Uses of Interface
software.amazon.awssdk.services.emr.model.PutAutoScalingPolicyRequest.Builder
-
Packages that use PutAutoScalingPolicyRequest.Builder Package Description software.amazon.awssdk.services.emr Amazon EMR is a web service that makes it easier to process large amounts of data efficiently.software.amazon.awssdk.services.emr.model -
-
Uses of PutAutoScalingPolicyRequest.Builder in software.amazon.awssdk.services.emr
Method parameters in software.amazon.awssdk.services.emr with type arguments of type PutAutoScalingPolicyRequest.Builder Modifier and Type Method Description default CompletableFuture<PutAutoScalingPolicyResponse>EmrAsyncClient. putAutoScalingPolicy(Consumer<PutAutoScalingPolicyRequest.Builder> putAutoScalingPolicyRequest)Creates or updates an automatic scaling policy for a core instance group or task instance group in an Amazon EMR cluster.default PutAutoScalingPolicyResponseEmrClient. putAutoScalingPolicy(Consumer<PutAutoScalingPolicyRequest.Builder> putAutoScalingPolicyRequest)Creates or updates an automatic scaling policy for a core instance group or task instance group in an Amazon EMR cluster. -
Uses of PutAutoScalingPolicyRequest.Builder in software.amazon.awssdk.services.emr.model
Methods in software.amazon.awssdk.services.emr.model that return PutAutoScalingPolicyRequest.Builder Modifier and Type Method Description default PutAutoScalingPolicyRequest.BuilderPutAutoScalingPolicyRequest.Builder. autoScalingPolicy(Consumer<AutoScalingPolicy.Builder> autoScalingPolicy)Specifies the definition of the automatic scaling policy.PutAutoScalingPolicyRequest.BuilderPutAutoScalingPolicyRequest.Builder. autoScalingPolicy(AutoScalingPolicy autoScalingPolicy)Specifies the definition of the automatic scaling policy.static PutAutoScalingPolicyRequest.BuilderPutAutoScalingPolicyRequest. builder()PutAutoScalingPolicyRequest.BuilderPutAutoScalingPolicyRequest.Builder. clusterId(String clusterId)Specifies the ID of a cluster.PutAutoScalingPolicyRequest.BuilderPutAutoScalingPolicyRequest.Builder. instanceGroupId(String instanceGroupId)Specifies the ID of the instance group to which the automatic scaling policy is applied.PutAutoScalingPolicyRequest.BuilderPutAutoScalingPolicyRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)PutAutoScalingPolicyRequest.BuilderPutAutoScalingPolicyRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)PutAutoScalingPolicyRequest.BuilderPutAutoScalingPolicyRequest. toBuilder()Methods in software.amazon.awssdk.services.emr.model that return types with arguments of type PutAutoScalingPolicyRequest.Builder Modifier and Type Method Description static Class<? extends PutAutoScalingPolicyRequest.Builder>PutAutoScalingPolicyRequest. serializableBuilderClass()
-