@Stability(value=Experimental) public static final class ShuffleConfig.Builder extends Object implements software.amazon.jsii.Builder<ShuffleConfig>
ShuffleConfig
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ShuffleConfig |
build()
Builds the configured instance.
|
ShuffleConfig.Builder |
seed(Number seed)
Sets the value of
ShuffleConfig.getSeed() |
@Stability(value=Experimental) public ShuffleConfig.Builder seed(Number seed)
ShuffleConfig.getSeed()
seed
- Determines the shuffling order. This parameter is required.this
@Stability(value=Experimental) public ShuffleConfig build()
build
in interface software.amazon.jsii.Builder<ShuffleConfig>
ShuffleConfig
NullPointerException
- if any required attribute was not providedCopyright © 2021. All rights reserved.