Class InstanceRefreshLivePoolProgress
- java.lang.Object
-
- software.amazon.awssdk.services.autoscaling.model.InstanceRefreshLivePoolProgress
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<InstanceRefreshLivePoolProgress.Builder,InstanceRefreshLivePoolProgress>
@Generated("software.amazon.awssdk:codegen") public final class InstanceRefreshLivePoolProgress extends Object implements SdkPojo, Serializable, ToCopyableBuilder<InstanceRefreshLivePoolProgress.Builder,InstanceRefreshLivePoolProgress>
Reports progress on replacing instances that are in the Auto Scaling group.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceInstanceRefreshLivePoolProgress.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static InstanceRefreshLivePoolProgress.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()IntegerinstancesToUpdate()The number of instances remaining to update.IntegerpercentageComplete()The percentage of instances in the Auto Scaling group that have been replaced.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends InstanceRefreshLivePoolProgress.Builder>serializableBuilderClass()InstanceRefreshLivePoolProgress.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
percentageComplete
public final 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.
- Returns:
- 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.
-
instancesToUpdate
public final Integer instancesToUpdate()
The number of instances remaining to update.
- Returns:
- The number of instances remaining to update.
-
toBuilder
public InstanceRefreshLivePoolProgress.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<InstanceRefreshLivePoolProgress.Builder,InstanceRefreshLivePoolProgress>
-
builder
public static InstanceRefreshLivePoolProgress.Builder builder()
-
serializableBuilderClass
public static Class<? extends InstanceRefreshLivePoolProgress.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-