public static interface RemoveAutoScalingPolicyRequest.Builder extends EmrRequest.Builder, SdkPojo, CopyableBuilder<RemoveAutoScalingPolicyRequest.Builder,RemoveAutoScalingPolicyRequest>
| Modifier and Type | Method and Description |
|---|---|
RemoveAutoScalingPolicyRequest.Builder |
clusterId(String clusterId)
Specifies the ID of a cluster.
|
RemoveAutoScalingPolicyRequest.Builder |
instanceGroupId(String instanceGroupId)
Specifies the ID of the instance group to which the scaling policy is applied.
|
RemoveAutoScalingPolicyRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
RemoveAutoScalingPolicyRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildRemoveAutoScalingPolicyRequest.Builder clusterId(String clusterId)
Specifies the ID of a cluster. The instance group to which the automatic scaling policy is applied is within this cluster.
clusterId - Specifies the ID of a cluster. The instance group to which the automatic scaling policy is applied is
within this cluster.RemoveAutoScalingPolicyRequest.Builder instanceGroupId(String instanceGroupId)
Specifies the ID of the instance group to which the scaling policy is applied.
instanceGroupId - Specifies the ID of the instance group to which the scaling policy is applied.RemoveAutoScalingPolicyRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderRemoveAutoScalingPolicyRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.