@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LambdaExecutorConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Details about the configuration for the Lambda
action engine, or executor.
Constructor and Description |
---|
LambdaExecutorConfiguration() |
Modifier and Type | Method and Description |
---|---|
LambdaExecutorConfiguration |
clone() |
boolean |
equals(Object obj) |
String |
getLambdaFunctionArn()
The ARN of the Lambda function used by the action engine.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setLambdaFunctionArn(String lambdaFunctionArn)
The ARN of the Lambda function used by the action engine.
|
String |
toString()
Returns a string representation of this object.
|
LambdaExecutorConfiguration |
withLambdaFunctionArn(String lambdaFunctionArn)
The ARN of the Lambda function used by the action engine.
|
public void setLambdaFunctionArn(String lambdaFunctionArn)
The ARN of the Lambda function used by the action engine.
lambdaFunctionArn
- The ARN of the Lambda function used by the action engine.public String getLambdaFunctionArn()
The ARN of the Lambda function used by the action engine.
public LambdaExecutorConfiguration withLambdaFunctionArn(String lambdaFunctionArn)
The ARN of the Lambda function used by the action engine.
lambdaFunctionArn
- The ARN of the Lambda function used by the action engine.public String toString()
toString
in class Object
Object.toString()
public LambdaExecutorConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.