Uses of Class
software.amazon.awscdk.services.applicationautoscaling.StepScalingActionProps.Builder
Packages that use StepScalingActionProps.Builder
Package
Description
AWS Auto Scaling Construct Library
-
Uses of StepScalingActionProps.Builder in software.amazon.awscdk.services.applicationautoscaling
Methods in software.amazon.awscdk.services.applicationautoscaling that return StepScalingActionProps.BuilderModifier 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()Constructors in software.amazon.awscdk.services.applicationautoscaling with parameters of type StepScalingActionProps.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(StepScalingActionProps.Builder builder) Constructor that initializes the object based on literal property values passed by theStepScalingActionProps.Builder.