public static interface ModifyClusterRequest.Builder extends EmrRequest.Builder, SdkPojo, CopyableBuilder<ModifyClusterRequest.Builder,ModifyClusterRequest>
| Modifier and Type | Method and Description |
|---|---|
ModifyClusterRequest.Builder |
clusterId(String clusterId)
The unique identifier of the cluster.
|
ModifyClusterRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ModifyClusterRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ModifyClusterRequest.Builder |
stepConcurrencyLevel(Integer stepConcurrencyLevel)
The number of steps that can be executed concurrently.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildModifyClusterRequest.Builder clusterId(String clusterId)
The unique identifier of the cluster.
clusterId - The unique identifier of the cluster.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.
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.ModifyClusterRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderModifyClusterRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.