public static interface InstanceRefreshLivePoolProgress.Builder extends SdkPojo, CopyableBuilder<InstanceRefreshLivePoolProgress.Builder,InstanceRefreshLivePoolProgress>
| Modifier and Type | Method and Description |
|---|---|
InstanceRefreshLivePoolProgress.Builder |
instancesToUpdate(Integer instancesToUpdate)
The number of instances remaining to update.
|
InstanceRefreshLivePoolProgress.Builder |
percentageComplete(Integer percentageComplete)
The percentage of instances in the Auto Scaling group that have been replaced.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildInstanceRefreshLivePoolProgress.Builder percentageComplete(Integer percentageComplete)
The percentage of instances in the Auto Scaling group that have been replaced. For each instance replacement, Amazon EC2 Auto Scaling tracks the instance's health status and warm-up time. When the instance's health status changes to healthy and the specified warm-up time passes, the instance is considered updated and is added to the percentage complete.
percentageComplete - The percentage of instances in the Auto Scaling group that have been replaced. For each instance
replacement, Amazon EC2 Auto Scaling tracks the instance's health status and warm-up time. When the
instance's health status changes to healthy and the specified warm-up time passes, the instance is
considered updated and is added to the percentage complete.InstanceRefreshLivePoolProgress.Builder instancesToUpdate(Integer instancesToUpdate)
The number of instances remaining to update.
instancesToUpdate - The number of instances remaining to update.Copyright © 2022. All rights reserved.