Interface LambdaFunctionFlowNodeConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<LambdaFunctionFlowNodeConfiguration.Builder,
,LambdaFunctionFlowNodeConfiguration> SdkBuilder<LambdaFunctionFlowNodeConfiguration.Builder,
,LambdaFunctionFlowNodeConfiguration> SdkPojo
- Enclosing class:
LambdaFunctionFlowNodeConfiguration
@Mutable
@NotThreadSafe
public static interface LambdaFunctionFlowNodeConfiguration.Builder
extends SdkPojo, CopyableBuilder<LambdaFunctionFlowNodeConfiguration.Builder,LambdaFunctionFlowNodeConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the Lambda function to invoke.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
lambdaArn
The Amazon Resource Name (ARN) of the Lambda function to invoke.
- Parameters:
lambdaArn
- The Amazon Resource Name (ARN) of the Lambda function to invoke.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-