| Package | Description |
|---|---|
| com.amazonaws.services.autoscaling.model |
| Modifier and Type | Method and Description |
|---|---|
RefreshPreferences |
RefreshPreferences.clone() |
RefreshPreferences |
StartInstanceRefreshRequest.getPreferences()
Set of preferences associated with the instance refresh request.
|
RefreshPreferences |
RefreshPreferences.withCheckpointDelay(Integer checkpointDelay)
The amount of time, in seconds, to wait after a checkpoint before continuing.
|
RefreshPreferences |
RefreshPreferences.withCheckpointPercentages(Collection<Integer> checkpointPercentages)
Threshold values for each checkpoint in ascending order.
|
RefreshPreferences |
RefreshPreferences.withCheckpointPercentages(Integer... checkpointPercentages)
Threshold values for each checkpoint in ascending order.
|
RefreshPreferences |
RefreshPreferences.withInstanceWarmup(Integer instanceWarmup)
The number of seconds until a newly launched instance is configured and ready to use.
|
RefreshPreferences |
RefreshPreferences.withMinHealthyPercentage(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).
|
| Modifier and Type | Method and Description |
|---|---|
void |
StartInstanceRefreshRequest.setPreferences(RefreshPreferences preferences)
Set of preferences associated with the instance refresh request.
|
StartInstanceRefreshRequest |
StartInstanceRefreshRequest.withPreferences(RefreshPreferences preferences)
Set of preferences associated with the instance refresh request.
|
Copyright © 2021. All rights reserved.