Uses of Class
software.amazon.awscdk.services.autoscaling.InstanceRefreshOptions.Builder
Packages that use InstanceRefreshOptions.Builder
Package
Description
Amazon EC2 Auto Scaling Construct Library
-
Uses of InstanceRefreshOptions.Builder in software.amazon.awscdk.services.autoscaling
Methods in software.amazon.awscdk.services.autoscaling that return InstanceRefreshOptions.BuilderModifier and TypeMethodDescriptionSets the value ofInstanceRefreshOptions.getAlarms()Sets the value ofInstanceRefreshOptions.getBakeTime()InstanceRefreshOptions.builder()InstanceRefreshOptions.Builder.checkpointDelay(Duration checkpointDelay) Sets the value ofInstanceRefreshOptions.getCheckpointDelay()InstanceRefreshOptions.Builder.checkpointPercentages(List<? extends Number> checkpointPercentages) Sets the value ofInstanceRefreshOptions.getCheckpointPercentages()InstanceRefreshOptions.Builder.instanceWarmup(Duration instanceWarmup) Sets the value ofInstanceRefreshOptions.getInstanceWarmup()InstanceRefreshOptions.Builder.maxHealthyPercentage(Number maxHealthyPercentage) Sets the value ofInstanceRefreshOptions.getMaxHealthyPercentage()InstanceRefreshOptions.Builder.minHealthyPercentage(Number minHealthyPercentage) Sets the value ofInstanceRefreshOptions.getMinHealthyPercentage()InstanceRefreshOptions.Builder.scaleInProtectedInstances(ScaleInProtectedInstances scaleInProtectedInstances) Sets the value ofInstanceRefreshOptions.getScaleInProtectedInstances()InstanceRefreshOptions.Builder.skipMatching(Boolean skipMatching) Sets the value ofInstanceRefreshOptions.getSkipMatching()InstanceRefreshOptions.Builder.standbyInstances(StandbyInstances standbyInstances) Sets the value ofInstanceRefreshOptions.getStandbyInstances()InstanceRefreshOptions.Builder.strategy(InstanceRefreshStrategy strategy) Sets the value ofInstanceRefreshOptions.getStrategy()Constructors in software.amazon.awscdk.services.autoscaling with parameters of type InstanceRefreshOptions.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(InstanceRefreshOptions.Builder builder) Constructor that initializes the object based on literal property values passed by theInstanceRefreshOptions.Builder.