@Generated(value="jsii-pacmak/1.72.0 (build 4b8828b)", date="2022-12-27T20:28:49.470Z") @Stability(value=Stable) public interface ShuffleConfig extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.stepfunctions.tasks.*;
ShuffleConfig shuffleConfig = ShuffleConfig.builder()
.seed(123)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
ShuffleConfig.Builder
A builder for
ShuffleConfig |
static class |
ShuffleConfig.Jsii$Proxy
An implementation for
ShuffleConfig |
| Modifier and Type | Method and Description |
|---|---|
static ShuffleConfig.Builder |
builder() |
Number |
getSeed()
Determines the shuffling order.
|
@Stability(value=Stable) @NotNull Number getSeed()
@Stability(value=Stable) static ShuffleConfig.Builder builder()
ShuffleConfig.Builder of ShuffleConfigCopyright © 2022. All rights reserved.