Uses of Class
software.amazon.awscdk.services.applicationautoscaling.EnableScalingProps.Builder
Package
Description
AWS Auto Scaling Construct Library
-
Uses of EnableScalingProps.Builder in software.amazon.awscdk.services.applicationautoscaling
Modifier and TypeMethodDescriptionstatic EnableScalingProps.Builder
EnableScalingProps.builder()
EnableScalingProps.Builder.maxCapacity
(Number maxCapacity) Sets the value ofEnableScalingProps.getMaxCapacity()
EnableScalingProps.Builder.minCapacity
(Number minCapacity) Sets the value ofEnableScalingProps.getMinCapacity()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(EnableScalingProps.Builder builder) Constructor that initializes the object based on literal property values passed by theEnableScalingProps.Builder
.