Interface LambdaExecutorConfiguration.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<LambdaExecutorConfiguration.Builder,,LambdaExecutorConfiguration> SdkBuilder<LambdaExecutorConfiguration.Builder,,LambdaExecutorConfiguration> SdkPojo
- Enclosing class:
 LambdaExecutorConfiguration
public static interface LambdaExecutorConfiguration.Builder
extends SdkPojo, CopyableBuilder<LambdaExecutorConfiguration.Builder,LambdaExecutorConfiguration> 
- 
Method Summary
Modifier and TypeMethodDescriptionlambdaFunctionArn(String lambdaFunctionArn) The ARN of the Lambda function used by the action engine.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
lambdaFunctionArn
The ARN of the Lambda function used by the action engine.
- Parameters:
 lambdaFunctionArn- The ARN of the Lambda function used by the action engine.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -