public static interface RemoveAutoScalingPolicyRequest.Builder extends EMRRequest.Builder, 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 |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
RemoveAutoScalingPolicyRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, 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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.RemoveAutoScalingPolicyRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.