Uses of Class
software.amazon.awscdk.services.autoscaling.CfnScalingPolicyProps.Builder
Package
Description
Amazon EC2 Auto Scaling Construct Library
-
Uses of CfnScalingPolicyProps.Builder in software.amazon.awscdk.services.autoscaling
Modifier and TypeMethodDescriptionCfnScalingPolicyProps.Builder.adjustmentType
(String adjustmentType) Sets the value ofCfnScalingPolicyProps.getAdjustmentType()
CfnScalingPolicyProps.Builder.autoScalingGroupName
(String autoScalingGroupName) Sets the value ofCfnScalingPolicyProps.getAutoScalingGroupName()
CfnScalingPolicyProps.builder()
Sets the value ofCfnScalingPolicyProps.getCooldown()
CfnScalingPolicyProps.Builder.estimatedInstanceWarmup
(Number estimatedInstanceWarmup) Sets the value ofCfnScalingPolicyProps.getEstimatedInstanceWarmup()
CfnScalingPolicyProps.Builder.metricAggregationType
(String metricAggregationType) Sets the value ofCfnScalingPolicyProps.getMetricAggregationType()
CfnScalingPolicyProps.Builder.minAdjustmentMagnitude
(Number minAdjustmentMagnitude) Sets the value ofCfnScalingPolicyProps.getMinAdjustmentMagnitude()
CfnScalingPolicyProps.Builder.policyType
(String policyType) Sets the value ofCfnScalingPolicyProps.getPolicyType()
CfnScalingPolicyProps.Builder.predictiveScalingConfiguration
(IResolvable predictiveScalingConfiguration) Sets the value ofCfnScalingPolicyProps.getPredictiveScalingConfiguration()
CfnScalingPolicyProps.Builder.predictiveScalingConfiguration
(CfnScalingPolicy.PredictiveScalingConfigurationProperty predictiveScalingConfiguration) Sets the value ofCfnScalingPolicyProps.getPredictiveScalingConfiguration()
CfnScalingPolicyProps.Builder.scalingAdjustment
(Number scalingAdjustment) Sets the value ofCfnScalingPolicyProps.getScalingAdjustment()
CfnScalingPolicyProps.Builder.stepAdjustments
(List<? extends Object> stepAdjustments) Sets the value ofCfnScalingPolicyProps.getStepAdjustments()
CfnScalingPolicyProps.Builder.stepAdjustments
(IResolvable stepAdjustments) Sets the value ofCfnScalingPolicyProps.getStepAdjustments()
CfnScalingPolicyProps.Builder.targetTrackingConfiguration
(IResolvable targetTrackingConfiguration) Sets the value ofCfnScalingPolicyProps.getTargetTrackingConfiguration()
CfnScalingPolicyProps.Builder.targetTrackingConfiguration
(CfnScalingPolicy.TargetTrackingConfigurationProperty targetTrackingConfiguration) Sets the value ofCfnScalingPolicyProps.getTargetTrackingConfiguration()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnScalingPolicyProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnScalingPolicyProps.Builder
.