Uses of Class
software.amazon.awscdk.services.autoscaling.CfnScalingPolicy.StepAdjustmentProperty.Builder
Package
Description
Amazon EC2 Auto Scaling Construct Library
-
Uses of CfnScalingPolicy.StepAdjustmentProperty.Builder in software.amazon.awscdk.services.autoscaling
Modifier and TypeMethodDescriptionCfnScalingPolicy.StepAdjustmentProperty.builder()
CfnScalingPolicy.StepAdjustmentProperty.Builder.metricIntervalLowerBound
(Number metricIntervalLowerBound) Sets the value ofCfnScalingPolicy.StepAdjustmentProperty.getMetricIntervalLowerBound()
CfnScalingPolicy.StepAdjustmentProperty.Builder.metricIntervalUpperBound
(Number metricIntervalUpperBound) Sets the value ofCfnScalingPolicy.StepAdjustmentProperty.getMetricIntervalUpperBound()
CfnScalingPolicy.StepAdjustmentProperty.Builder.scalingAdjustment
(Number scalingAdjustment) Sets the value ofCfnScalingPolicy.StepAdjustmentProperty.getScalingAdjustment()
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnScalingPolicy.StepAdjustmentProperty.Builder
.