public static interface RemoveManagedScalingPolicyRequest.Builder extends EmrRequest.Builder, SdkPojo, CopyableBuilder<RemoveManagedScalingPolicyRequest.Builder,RemoveManagedScalingPolicyRequest>
Modifier and Type | Method and Description |
---|---|
RemoveManagedScalingPolicyRequest.Builder |
clusterId(String clusterId)
Specifies the ID of the cluster from which the managed scaling policy will be removed.
|
RemoveManagedScalingPolicyRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
RemoveManagedScalingPolicyRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
RemoveManagedScalingPolicyRequest.Builder clusterId(String clusterId)
Specifies the ID of the cluster from which the managed scaling policy will be removed.
clusterId
- Specifies the ID of the cluster from which the managed scaling policy will be removed.RemoveManagedScalingPolicyRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
RemoveManagedScalingPolicyRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2021. All rights reserved.