Class CfnMapRunPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.stepfunctions.CfnMapRunPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnMapRunPropsMixin>
- Enclosing class:
CfnMapRunPropsMixin
@Stability(Stable)
public static final class CfnMapRunPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnMapRunPropsMixin>
A fluent builder for
CfnMapRunPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()static CfnMapRunPropsMixin.Buildercreate()static CfnMapRunPropsMixin.Buildercreate(CfnPropertyMixinOptions options) executionArn(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 CfnMapRunPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnMapRunPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnMapRunPropsMixin.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
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnMapRunPropsMixin>- Returns:
- a newly built instance of
CfnMapRunPropsMixin.
-