Class ShuffleConfig.Builder
java.lang.Object
software.amazon.awscdk.services.stepfunctions.tasks.ShuffleConfig.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<ShuffleConfig>
- Enclosing interface:
- ShuffleConfig
@Stability(Stable)
public static final class ShuffleConfig.Builder
extends Object
implements software.amazon.jsii.Builder<ShuffleConfig>
A builder for
ShuffleConfig
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.Sets the value ofShuffleConfig.getSeed()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
seed
Sets the value ofShuffleConfig.getSeed()
- Parameters:
seed
- Determines the shuffling order. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<ShuffleConfig>
- Returns:
- a new instance of
ShuffleConfig
- Throws:
NullPointerException
- if any required attribute was not provided
-