Uses of Class
software.amazon.awscdk.services.autoscaling.CfnScalingPolicy.MetricDataQueryProperty.Builder
Package
Description
Amazon EC2 Auto Scaling Construct Library
-
Uses of CfnScalingPolicy.MetricDataQueryProperty.Builder in software.amazon.awscdk.services.autoscaling
Modifier and TypeMethodDescriptionCfnScalingPolicy.MetricDataQueryProperty.builder()
CfnScalingPolicy.MetricDataQueryProperty.Builder.expression
(String expression) Sets the value ofCfnScalingPolicy.MetricDataQueryProperty.getExpression()
Sets the value ofCfnScalingPolicy.MetricDataQueryProperty.getId()
Sets the value ofCfnScalingPolicy.MetricDataQueryProperty.getLabel()
CfnScalingPolicy.MetricDataQueryProperty.Builder.metricStat
(IResolvable metricStat) Sets the value ofCfnScalingPolicy.MetricDataQueryProperty.getMetricStat()
CfnScalingPolicy.MetricDataQueryProperty.Builder.metricStat
(CfnScalingPolicy.MetricStatProperty metricStat) Sets the value ofCfnScalingPolicy.MetricDataQueryProperty.getMetricStat()
CfnScalingPolicy.MetricDataQueryProperty.Builder.returnData
(Boolean returnData) Sets the value ofCfnScalingPolicy.MetricDataQueryProperty.getReturnData()
CfnScalingPolicy.MetricDataQueryProperty.Builder.returnData
(IResolvable returnData) Sets the value ofCfnScalingPolicy.MetricDataQueryProperty.getReturnData()
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnScalingPolicy.MetricDataQueryProperty.Builder
.