Uses of Class
software.amazon.awscdk.services.applicationautoscaling.CfnScalingPolicyProps.Builder
Package
Description
AWS Auto Scaling Construct Library
-
Uses of CfnScalingPolicyProps.Builder in software.amazon.awscdk.services.applicationautoscaling
Modifier and TypeMethodDescriptionCfnScalingPolicyProps.builder()
CfnScalingPolicyProps.Builder.policyName
(String policyName) Sets the value ofCfnScalingPolicyProps.getPolicyName()
CfnScalingPolicyProps.Builder.policyType
(String policyType) Sets the value ofCfnScalingPolicyProps.getPolicyType()
CfnScalingPolicyProps.Builder.resourceId
(String resourceId) Sets the value ofCfnScalingPolicyProps.getResourceId()
CfnScalingPolicyProps.Builder.scalableDimension
(String scalableDimension) Sets the value ofCfnScalingPolicyProps.getScalableDimension()
CfnScalingPolicyProps.Builder.scalingTargetId
(String scalingTargetId) Sets the value ofCfnScalingPolicyProps.getScalingTargetId()
CfnScalingPolicyProps.Builder.serviceNamespace
(String serviceNamespace) Sets the value ofCfnScalingPolicyProps.getServiceNamespace()
CfnScalingPolicyProps.Builder.stepScalingPolicyConfiguration
(IResolvable stepScalingPolicyConfiguration) Sets the value ofCfnScalingPolicyProps.getStepScalingPolicyConfiguration()
CfnScalingPolicyProps.Builder.stepScalingPolicyConfiguration
(CfnScalingPolicy.StepScalingPolicyConfigurationProperty stepScalingPolicyConfiguration) Sets the value ofCfnScalingPolicyProps.getStepScalingPolicyConfiguration()
CfnScalingPolicyProps.Builder.targetTrackingScalingPolicyConfiguration
(IResolvable targetTrackingScalingPolicyConfiguration) Sets the value ofCfnScalingPolicyProps.getTargetTrackingScalingPolicyConfiguration()
CfnScalingPolicyProps.Builder.targetTrackingScalingPolicyConfiguration
(CfnScalingPolicy.TargetTrackingScalingPolicyConfigurationProperty targetTrackingScalingPolicyConfiguration) Sets the value ofCfnScalingPolicyProps.getTargetTrackingScalingPolicyConfiguration()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnScalingPolicyProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnScalingPolicyProps.Builder
.