Interface OrchestrationExecutor.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<OrchestrationExecutor.Builder,OrchestrationExecutor>,SdkBuilder<OrchestrationExecutor.Builder,OrchestrationExecutor>,SdkPojo
- Enclosing class:
- OrchestrationExecutor
@Mutable @NotThreadSafe public static interface OrchestrationExecutor.Builder extends SdkPojo, CopyableBuilder<OrchestrationExecutor.Builder,OrchestrationExecutor>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OrchestrationExecutor.Builderlambda(String lambda)The Amazon Resource Name (ARN) of the Lambda function containing the business logic that is carried out upon invoking the action.-
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 Detail
-
lambda
OrchestrationExecutor.Builder lambda(String lambda)
The Amazon Resource Name (ARN) of the Lambda function containing the business logic that is carried out upon invoking the action.
- Parameters:
lambda- The Amazon Resource Name (ARN) of the Lambda function containing the business logic that is carried out upon invoking the action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-