| 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.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 © 2020. All rights reserved.