Class CfnExecutionPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.states.CfnExecutionPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnExecutionPropsMixin>
- Enclosing class:
CfnExecutionPropsMixin
@Stability(Stable)
public static final class CfnExecutionPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnExecutionPropsMixin>
A fluent builder for
CfnExecutionPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) The string that contains the JSON input data for the execution.The name of the execution.stateMachineArn(String stateMachineArn) The Amazon Resource Name (ARN) of the state machine that was executed.
-
Method Details
-
create
@Stability(Stable) public static CfnExecutionPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnExecutionPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnExecutionPropsMixin.Builder.
-
input
The string that contains the JSON input data for the execution.- Parameters:
input- The string that contains the JSON input data for the execution. This parameter is required.- Returns:
this- See Also:
-
name
The name of the execution.- Parameters:
name- The name of the execution. This parameter is required.- Returns:
this- See Also:
-
stateMachineArn
The Amazon Resource Name (ARN) of the state machine that was executed.- Parameters:
stateMachineArn- The Amazon Resource Name (ARN) of the state machine that was executed. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnExecutionPropsMixin>- Returns:
- a newly built instance of
CfnExecutionPropsMixin.
-