Class CfnExecution.Builder
java.lang.Object
software.amazon.awscdk.services.states.CfnExecution.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnExecution>
- Enclosing class:
CfnExecution
@Stability(Stable)
public static final class CfnExecution.Builder
extends Object
implements software.amazon.jsii.Builder<CfnExecution>
A fluent builder for
CfnExecution.-
Method Summary
Modifier and TypeMethodDescriptionbuild()static CfnExecution.BuilderThe 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 CfnExecution.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope- Scope in which this resource is defined. This parameter is required.id- Construct identifier for this resource (unique in its scope). This parameter is required.- Returns:
- a new instance of
CfnExecution.Builder.
-
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:
-
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:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnExecution>- Returns:
- a newly built instance of
CfnExecution.
-