Uses of Class
software.amazon.awscdk.services.autoscaling.WarmPoolProps.Builder
Packages that use WarmPoolProps.Builder
Package
Description
Amazon EC2 Auto Scaling Construct Library
-
Uses of WarmPoolProps.Builder in software.amazon.awscdk.services.autoscaling
Methods in software.amazon.awscdk.services.autoscaling that return WarmPoolProps.BuilderModifier and TypeMethodDescriptionWarmPoolProps.Builder.autoScalingGroup
(IAutoScalingGroup autoScalingGroup) Sets the value ofWarmPoolProps.getAutoScalingGroup()
static WarmPoolProps.Builder
WarmPoolProps.builder()
WarmPoolProps.Builder.maxGroupPreparedCapacity
(Number maxGroupPreparedCapacity) Sets the value ofWarmPoolOptions.getMaxGroupPreparedCapacity()
Sets the value ofWarmPoolOptions.getMinSize()
Sets the value ofWarmPoolOptions.getPoolState()
WarmPoolProps.Builder.reuseOnScaleIn
(Boolean reuseOnScaleIn) Sets the value ofWarmPoolOptions.getReuseOnScaleIn()
Constructors in software.amazon.awscdk.services.autoscaling with parameters of type WarmPoolProps.BuilderModifierConstructorDescriptionprotected
Jsii$Proxy
(WarmPoolProps.Builder builder) Constructor that initializes the object based on literal property values passed by theWarmPoolProps.Builder
.