Uses of Class
software.amazon.awscdk.services.autoscaling.WarmPoolProps.Builder
Package
Description
Amazon EC2 Auto Scaling Construct Library
-
Uses of WarmPoolProps.Builder in software.amazon.awscdk.services.autoscaling
Modifier 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()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(WarmPoolProps.Builder builder) Constructor that initializes the object based on literal property values passed by theWarmPoolProps.Builder
.