Interface InstanceRefreshWarmPoolProgress.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<InstanceRefreshWarmPoolProgress.Builder,,- InstanceRefreshWarmPoolProgress> - SdkBuilder<InstanceRefreshWarmPoolProgress.Builder,,- InstanceRefreshWarmPoolProgress> - SdkPojo
- Enclosing class:
- InstanceRefreshWarmPoolProgress
@Mutable
@NotThreadSafe
public static interface InstanceRefreshWarmPoolProgress.Builder
extends SdkPojo, CopyableBuilder<InstanceRefreshWarmPoolProgress.Builder,InstanceRefreshWarmPoolProgress> 
- 
Method SummaryModifier and TypeMethodDescriptioninstancesToUpdate(Integer instancesToUpdate) The number of instances remaining to update.percentageComplete(Integer percentageComplete) The percentage of instances in the warm pool that have been replaced.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
percentageCompleteThe percentage of instances in the warm pool 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. - Parameters:
- percentageComplete- The percentage of instances in the warm pool 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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
instancesToUpdateThe number of instances remaining to update. - Parameters:
- instancesToUpdate- The number of instances remaining to update.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-