Interface GetManagedScalingPolicyRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetManagedScalingPolicyRequest.Builder,GetManagedScalingPolicyRequest>,EmrRequest.Builder,SdkBuilder<GetManagedScalingPolicyRequest.Builder,GetManagedScalingPolicyRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetManagedScalingPolicyRequest
public static interface GetManagedScalingPolicyRequest.Builder extends EmrRequest.Builder, SdkPojo, CopyableBuilder<GetManagedScalingPolicyRequest.Builder,GetManagedScalingPolicyRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetManagedScalingPolicyRequest.BuilderclusterId(String clusterId)Specifies the ID of the cluster for which the managed scaling policy will be fetched.GetManagedScalingPolicyRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetManagedScalingPolicyRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.emr.model.EmrRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
clusterId
GetManagedScalingPolicyRequest.Builder clusterId(String clusterId)
Specifies the ID of the cluster for which the managed scaling policy will be fetched.
- Parameters:
clusterId- Specifies the ID of the cluster for which the managed scaling policy will be fetched.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetManagedScalingPolicyRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetManagedScalingPolicyRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-