Uses of Interface
software.amazon.awssdk.services.emr.model.SimpleScalingPolicyConfiguration.Builder
-
Packages that use SimpleScalingPolicyConfiguration.Builder Package Description software.amazon.awssdk.services.emr.model -
-
Uses of SimpleScalingPolicyConfiguration.Builder in software.amazon.awssdk.services.emr.model
Methods in software.amazon.awssdk.services.emr.model that return SimpleScalingPolicyConfiguration.Builder Modifier and Type Method Description SimpleScalingPolicyConfiguration.BuilderSimpleScalingPolicyConfiguration.Builder. adjustmentType(String adjustmentType)The way in which Amazon EC2 instances are added (ifScalingAdjustmentis a positive number) or terminated (ifScalingAdjustmentis a negative number) each time the scaling activity is triggered.SimpleScalingPolicyConfiguration.BuilderSimpleScalingPolicyConfiguration.Builder. adjustmentType(AdjustmentType adjustmentType)The way in which Amazon EC2 instances are added (ifScalingAdjustmentis a positive number) or terminated (ifScalingAdjustmentis a negative number) each time the scaling activity is triggered.static SimpleScalingPolicyConfiguration.BuilderSimpleScalingPolicyConfiguration. builder()SimpleScalingPolicyConfiguration.BuilderSimpleScalingPolicyConfiguration.Builder. coolDown(Integer coolDown)The amount of time, in seconds, after a scaling activity completes before any further trigger-related scaling activities can start.SimpleScalingPolicyConfiguration.BuilderSimpleScalingPolicyConfiguration.Builder. scalingAdjustment(Integer scalingAdjustment)The amount by which to scale in or scale out, based on the specifiedAdjustmentType.SimpleScalingPolicyConfiguration.BuilderSimpleScalingPolicyConfiguration. toBuilder()Methods in software.amazon.awssdk.services.emr.model that return types with arguments of type SimpleScalingPolicyConfiguration.Builder Modifier and Type Method Description static Class<? extends SimpleScalingPolicyConfiguration.Builder>SimpleScalingPolicyConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.emr.model with type arguments of type SimpleScalingPolicyConfiguration.Builder Modifier and Type Method Description default ScalingAction.BuilderScalingAction.Builder. simpleScalingPolicyConfiguration(Consumer<SimpleScalingPolicyConfiguration.Builder> simpleScalingPolicyConfiguration)The type of adjustment the automatic scaling activity makes when triggered, and the periodicity of the adjustment.
-