Interface ModifyClusterRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ModifyClusterRequest.Builder,ModifyClusterRequest>
,EmrRequest.Builder
,SdkBuilder<ModifyClusterRequest.Builder,ModifyClusterRequest>
,SdkPojo
,SdkRequest.Builder
- Enclosing class:
- ModifyClusterRequest
public static interface ModifyClusterRequest.Builder extends EmrRequest.Builder, SdkPojo, CopyableBuilder<ModifyClusterRequest.Builder,ModifyClusterRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ModifyClusterRequest.Builder
clusterId(String clusterId)
The unique identifier of the cluster.ModifyClusterRequest.Builder
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
ModifyClusterRequest.Builder
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
ModifyClusterRequest.Builder
stepConcurrencyLevel(Integer stepConcurrencyLevel)
The number of steps that can be executed concurrently.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.emr.model.EmrRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
clusterId
ModifyClusterRequest.Builder clusterId(String clusterId)
The unique identifier of the cluster.
- Parameters:
clusterId
- The unique identifier of the cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stepConcurrencyLevel
ModifyClusterRequest.Builder stepConcurrencyLevel(Integer stepConcurrencyLevel)
The number of steps that can be executed concurrently. You can specify a minimum of 1 step and a maximum of 256 steps. We recommend that you do not change this parameter while steps are running or the
ActionOnFailure
setting may not behave as expected. For more information see Step$ActionOnFailure.- Parameters:
stepConcurrencyLevel
- The number of steps that can be executed concurrently. You can specify a minimum of 1 step and a maximum of 256 steps. We recommend that you do not change this parameter while steps are running or theActionOnFailure
setting may not behave as expected. For more information see Step$ActionOnFailure.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ModifyClusterRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
ModifyClusterRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-