Interface ShuffleConfig.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<ShuffleConfig.Builder,ShuffleConfig>
,SdkBuilder<ShuffleConfig.Builder,ShuffleConfig>
,SdkPojo
- Enclosing class:
- ShuffleConfig
public static interface ShuffleConfig.Builder extends SdkPojo, CopyableBuilder<ShuffleConfig.Builder,ShuffleConfig>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ShuffleConfig.Builder
seed(Long seed)
Determines the shuffling order inShuffleConfig
value.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
seed
ShuffleConfig.Builder seed(Long seed)
Determines the shuffling order in
ShuffleConfig
value.- Parameters:
seed
- Determines the shuffling order inShuffleConfig
value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-