Interface ParallelismConfiguration.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<ParallelismConfiguration.Builder,ParallelismConfiguration>
,SdkBuilder<ParallelismConfiguration.Builder,ParallelismConfiguration>
,SdkPojo
- Enclosing class:
- ParallelismConfiguration
public static interface ParallelismConfiguration.Builder extends SdkPojo, CopyableBuilder<ParallelismConfiguration.Builder,ParallelismConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ParallelismConfiguration.Builder
maxParallelExecutionSteps(Integer maxParallelExecutionSteps)
The max number of steps that can be executed in parallel.-
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
-
maxParallelExecutionSteps
ParallelismConfiguration.Builder maxParallelExecutionSteps(Integer maxParallelExecutionSteps)
The max number of steps that can be executed in parallel.
- Parameters:
maxParallelExecutionSteps
- The max number of steps that can be executed in parallel.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-