public static interface ParallelismConfiguration.Builder extends SdkPojo, CopyableBuilder<ParallelismConfiguration.Builder,ParallelismConfiguration>
Modifier and Type | Method and Description |
---|---|
ParallelismConfiguration.Builder |
maxParallelExecutionSteps(Integer maxParallelExecutionSteps)
The max number of steps that can be executed in parallel.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
ParallelismConfiguration.Builder maxParallelExecutionSteps(Integer maxParallelExecutionSteps)
The max number of steps that can be executed in parallel.
maxParallelExecutionSteps
- The max number of steps that can be executed in parallel.Copyright © 2022. All rights reserved.