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.
|
build
requestOverrideConfig
copy
apply, build
RemoveAutoScalingPolicyRequest.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.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.RemoveAutoScalingPolicyRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfig.Builder
will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.