public static interface RefreshPreferences.Builder extends SdkPojo, CopyableBuilder<RefreshPreferences.Builder,RefreshPreferences>
Modifier and Type | Method and Description |
---|---|
RefreshPreferences.Builder |
instanceWarmup(Integer instanceWarmup)
The number of seconds until a newly launched instance is configured and ready to use.
|
RefreshPreferences.Builder |
minHealthyPercentage(Integer minHealthyPercentage)
The amount of capacity in the Auto Scaling group that must remain healthy during an instance refresh to allow
the operation to continue, as a percentage of the desired capacity of the Auto Scaling group (rounded up to
the nearest integer).
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
RefreshPreferences.Builder minHealthyPercentage(Integer minHealthyPercentage)
The amount of capacity in the Auto Scaling group that must remain healthy during an instance refresh to allow
the operation to continue, as a percentage of the desired capacity of the Auto Scaling group (rounded up to
the nearest integer). The default is 90
.
minHealthyPercentage
- The amount of capacity in the Auto Scaling group that must remain healthy during an instance refresh
to allow the operation to continue, as a percentage of the desired capacity of the Auto Scaling group
(rounded up to the nearest integer). The default is 90
.RefreshPreferences.Builder instanceWarmup(Integer instanceWarmup)
The number of seconds until a newly launched instance is configured and ready to use. During this time, Amazon EC2 Auto Scaling does not immediately move on to the next replacement. The default is to use the value for the health check grace period defined for the group.
instanceWarmup
- The number of seconds until a newly launched instance is configured and ready to use. During this
time, Amazon EC2 Auto Scaling does not immediately move on to the next replacement. The default is to
use the value for the health check grace period defined for the group.Copyright © 2020. All rights reserved.