@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class AWSLambdaForwarderConfig extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_LAMBDAS |
static String |
JSON_PROPERTY_LOG_SOURCE_CONFIG |
static String |
JSON_PROPERTY_SOURCES |
boolean |
unparsed |
| Constructor and Description |
|---|
AWSLambdaForwarderConfig() |
| Modifier and Type | Method and Description |
|---|---|
AWSLambdaForwarderConfig |
addLambdasItem(String lambdasItem) |
AWSLambdaForwarderConfig |
addSourcesItem(String sourcesItem) |
boolean |
equals(Object o)
Return true if this AWSLambdaForwarderConfig object is equal to o.
|
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
List<String> |
getLambdas()
List of Datadog Lambda Log Forwarder ARNs in your AWS account.
|
AWSLambdaForwarderConfigLogSourceConfig |
getLogSourceConfig()
Log source configuration.
|
List<String> |
getSources()
List of service IDs set to enable automatic log collection.
|
int |
hashCode() |
AWSLambdaForwarderConfig |
lambdas(List<String> lambdas) |
AWSLambdaForwarderConfig |
logSourceConfig(AWSLambdaForwarderConfigLogSourceConfig logSourceConfig) |
AWSLambdaForwarderConfig |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setLambdas(List<String> lambdas) |
void |
setLogSourceConfig(AWSLambdaForwarderConfigLogSourceConfig logSourceConfig) |
void |
setSources(List<String> sources) |
AWSLambdaForwarderConfig |
sources(List<String> sources) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_LAMBDAS
public static final String JSON_PROPERTY_LOG_SOURCE_CONFIG
public static final String JSON_PROPERTY_SOURCES
public AWSLambdaForwarderConfig lambdas(List<String> lambdas)
public AWSLambdaForwarderConfig addLambdasItem(String lambdasItem)
@Nullable public List<String> getLambdas()
[].public AWSLambdaForwarderConfig logSourceConfig(AWSLambdaForwarderConfigLogSourceConfig logSourceConfig)
@Nullable public AWSLambdaForwarderConfigLogSourceConfig getLogSourceConfig()
public void setLogSourceConfig(AWSLambdaForwarderConfigLogSourceConfig logSourceConfig)
public AWSLambdaForwarderConfig sources(List<String> sources)
public AWSLambdaForwarderConfig addSourcesItem(String sourcesItem)
@Nullable public List<String> getSources()
public AWSLambdaForwarderConfig putAdditionalProperty(String key, Object value)
key - The arbitrary key to setvalue - The associated valuepublic Map<String,Object> getAdditionalProperties()
public Object getAdditionalProperty(String key)
key - The arbitrary key to getpublic boolean equals(Object o)
Copyright © 2025. All rights reserved.