@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LambdaDataSourceConfig extends Object implements Serializable, Cloneable, StructuredPojo
Describes an Lambda data source configuration.
Constructor and Description |
---|
LambdaDataSourceConfig() |
Modifier and Type | Method and Description |
---|---|
LambdaDataSourceConfig |
clone() |
boolean |
equals(Object obj) |
String |
getLambdaFunctionArn()
The Amazon Resource Name (ARN) for the Lambda function.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setLambdaFunctionArn(String lambdaFunctionArn)
The Amazon Resource Name (ARN) for the Lambda function.
|
String |
toString()
Returns a string representation of this object.
|
LambdaDataSourceConfig |
withLambdaFunctionArn(String lambdaFunctionArn)
The Amazon Resource Name (ARN) for the Lambda function.
|
public void setLambdaFunctionArn(String lambdaFunctionArn)
The Amazon Resource Name (ARN) for the Lambda function.
lambdaFunctionArn
- The Amazon Resource Name (ARN) for the Lambda function.public String getLambdaFunctionArn()
The Amazon Resource Name (ARN) for the Lambda function.
public LambdaDataSourceConfig withLambdaFunctionArn(String lambdaFunctionArn)
The Amazon Resource Name (ARN) for the Lambda function.
lambdaFunctionArn
- The Amazon Resource Name (ARN) for the Lambda function.public String toString()
toString
in class Object
Object.toString()
public LambdaDataSourceConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2023. All rights reserved.