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)
Add an optional request override configuration.
|
ModifyClusterRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
ModifyClusterRequest.Builder |
stepConcurrencyLevel(Integer stepConcurrencyLevel)
The number of steps that can be executed concurrently.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
ModifyClusterRequest.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.
stepConcurrencyLevel
- The number of steps that can be executed concurrently. You can specify a minimum of 1 step and a
maximum of 256 steps.ModifyClusterRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.ModifyClusterRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.