Class CfnMapRun.Builder
java.lang.Object
software.amazon.awscdk.services.stepfunctions.CfnMapRun.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnMapRun>
- Enclosing class:
CfnMapRun
@Stability(Stable)
public static final class CfnMapRun.Builder
extends Object
implements software.amazon.jsii.Builder<CfnMapRun>
A fluent builder for
CfnMapRun.-
Method Summary
Modifier and TypeMethodDescriptionbuild()static CfnMapRun.BuilderexecutionArn(String executionArn) The Amazon Resource Name (ARN) that identifies the execution in which the Map Run was started.
-
Method Details
-
create
@Stability(Stable) public static CfnMapRun.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
CfnMapRun.Builder.
-
executionArn
The Amazon Resource Name (ARN) that identifies the execution in which the Map Run was started.- Parameters:
executionArn- The Amazon Resource Name (ARN) that identifies the execution in which the Map Run was started. This parameter is required.- Returns:
this- See Also:
-
build
-