Uses of Class
software.amazon.awscdk.services.applicationautoscaling.StepScalingActionProps.Builder
Package
Description
AWS Auto Scaling Construct Library
-
Uses of StepScalingActionProps.Builder in software.amazon.awscdk.services.applicationautoscaling
Modifier and TypeMethodDescriptionStepScalingActionProps.Builder.adjustmentType
(AdjustmentType adjustmentType) Sets the value ofStepScalingActionProps.getAdjustmentType()
StepScalingActionProps.builder()
Sets the value ofStepScalingActionProps.getCooldown()
StepScalingActionProps.Builder.metricAggregationType
(MetricAggregationType metricAggregationType) Sets the value ofStepScalingActionProps.getMetricAggregationType()
StepScalingActionProps.Builder.minAdjustmentMagnitude
(Number minAdjustmentMagnitude) Sets the value ofStepScalingActionProps.getMinAdjustmentMagnitude()
StepScalingActionProps.Builder.policyName
(String policyName) Sets the value ofStepScalingActionProps.getPolicyName()
StepScalingActionProps.Builder.scalingTarget
(IScalableTarget scalingTarget) Sets the value ofStepScalingActionProps.getScalingTarget()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(StepScalingActionProps.Builder builder) Constructor that initializes the object based on literal property values passed by theStepScalingActionProps.Builder
.