Interface ModifyClusterRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ModifyClusterRequest.Builder,ModifyClusterRequest>,EmrRequest.Builder,SdkBuilder<ModifyClusterRequest.Builder,ModifyClusterRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ModifyClusterRequest
@Mutable @NotThreadSafe 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.BuilderclusterId(String clusterId)The unique identifier of the cluster.ModifyClusterRequest.BuilderextendedSupport(Boolean extendedSupport)Reserved.ModifyClusterRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ModifyClusterRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ModifyClusterRequest.BuilderstepConcurrencyLevel(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, sdkFieldNameToField, 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
ActionOnFailuresetting 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 theActionOnFailuresetting 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.
-
extendedSupport
ModifyClusterRequest.Builder extendedSupport(Boolean extendedSupport)
Reserved.
- Parameters:
extendedSupport- Reserved.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ModifyClusterRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ModifyClusterRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-