Class CfnMapRunMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.stepfunctions.CfnMapRunMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnMapRunMixinProps>
- Enclosing interface:
CfnMapRunMixinProps
@Stability(Stable)
public static final class CfnMapRunMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnMapRunMixinProps>
A builder for
CfnMapRunMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.executionArn(String executionArn) Sets the value ofCfnMapRunMixinProps.getExecutionArn()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
executionArn
Sets the value ofCfnMapRunMixinProps.getExecutionArn()- Parameters:
executionArn- The Amazon Resource Name (ARN) that identifies the execution in which the Map Run was started.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnMapRunMixinProps>- Returns:
- a new instance of
CfnMapRunMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-