@Generated(value="jsii-pacmak/1.58.0 (build f8ba112)", date="2022-05-11T19:24:38.900Z") @Stability(value=Experimental) 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()
(experimental) Determines the shuffling order.
|
@Stability(value=Experimental) @NotNull Number getSeed()
@Stability(value=Experimental) static ShuffleConfig.Builder builder()
ShuffleConfig.Builder of ShuffleConfigCopyright © 2022. All rights reserved.