| Package | Description |
|---|---|
| software.amazon.awssdk.services.autoscaling.model |
| Modifier and Type | Method and Description |
|---|---|
static InstanceRefreshLivePoolProgress.Builder |
InstanceRefreshLivePoolProgress.builder() |
InstanceRefreshLivePoolProgress.Builder |
InstanceRefreshLivePoolProgress.Builder.instancesToUpdate(Integer instancesToUpdate)
The number of instances remaining to update.
|
InstanceRefreshLivePoolProgress.Builder |
InstanceRefreshLivePoolProgress.Builder.percentageComplete(Integer percentageComplete)
The percentage of instances in the Auto Scaling group that have been replaced.
|
InstanceRefreshLivePoolProgress.Builder |
InstanceRefreshLivePoolProgress.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends InstanceRefreshLivePoolProgress.Builder> |
InstanceRefreshLivePoolProgress.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default InstanceRefreshProgressDetails.Builder |
InstanceRefreshProgressDetails.Builder.livePoolProgress(Consumer<InstanceRefreshLivePoolProgress.Builder> livePoolProgress)
Indicates the progress of an instance refresh on instances that are in the Auto Scaling group.
|
Copyright © 2022. All rights reserved.