Class MapRunReference.Builder
java.lang.Object
software.amazon.awscdk.interfaces.stepfunctions.MapRunReference.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<MapRunReference>
- Enclosing interface:
MapRunReference
@Stability(Stable)
public static final class MapRunReference.Builder
extends Object
implements software.amazon.jsii.Builder<MapRunReference>
A builder for
MapRunReference-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofMapRunReference.getMapRunArn()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
mapRunArn
Sets the value ofMapRunReference.getMapRunArn()- Parameters:
mapRunArn- The MapRunArn of the MapRun resource. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<MapRunReference>- Returns:
- a new instance of
MapRunReference - Throws:
NullPointerException- if any required attribute was not provided
-