@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:42.544Z") @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.