Class CfnMapRunProps.Builder
java.lang.Object
software.amazon.awscdk.services.stepfunctions.CfnMapRunProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnMapRunProps>
- Enclosing interface:
CfnMapRunProps
@Stability(Stable)
public static final class CfnMapRunProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnMapRunProps>
A builder for
CfnMapRunProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.executionArn(String executionArn) Sets the value ofCfnMapRunProps.getExecutionArn()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
executionArn
Sets the value ofCfnMapRunProps.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<CfnMapRunProps>- Returns:
- a new instance of
CfnMapRunProps - Throws:
NullPointerException- if any required attribute was not provided
-