public static interface InstanceRefreshProgressDetails.Builder extends SdkPojo, CopyableBuilder<InstanceRefreshProgressDetails.Builder,InstanceRefreshProgressDetails>
| Modifier and Type | Method and Description |
|---|---|
default InstanceRefreshProgressDetails.Builder |
livePoolProgress(Consumer<InstanceRefreshLivePoolProgress.Builder> livePoolProgress)
Indicates the progress of an instance refresh on instances that are in the Auto Scaling group.
|
InstanceRefreshProgressDetails.Builder |
livePoolProgress(InstanceRefreshLivePoolProgress livePoolProgress)
Indicates the progress of an instance refresh on instances that are in the Auto Scaling group.
|
default InstanceRefreshProgressDetails.Builder |
warmPoolProgress(Consumer<InstanceRefreshWarmPoolProgress.Builder> warmPoolProgress)
Indicates the progress of an instance refresh on instances that are in the warm pool.
|
InstanceRefreshProgressDetails.Builder |
warmPoolProgress(InstanceRefreshWarmPoolProgress warmPoolProgress)
Indicates the progress of an instance refresh on instances that are in the warm pool.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildInstanceRefreshProgressDetails.Builder livePoolProgress(InstanceRefreshLivePoolProgress livePoolProgress)
Indicates the progress of an instance refresh on instances that are in the Auto Scaling group.
livePoolProgress - Indicates the progress of an instance refresh on instances that are in the Auto Scaling group.default InstanceRefreshProgressDetails.Builder livePoolProgress(Consumer<InstanceRefreshLivePoolProgress.Builder> livePoolProgress)
Indicates the progress of an instance refresh on instances that are in the Auto Scaling group.
This is a convenience method that creates an instance of theInstanceRefreshLivePoolProgress.Builder
avoiding the need to create one manually via InstanceRefreshLivePoolProgress.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to livePoolProgress(InstanceRefreshLivePoolProgress).
livePoolProgress - a consumer that will call methods on InstanceRefreshLivePoolProgress.BuilderlivePoolProgress(InstanceRefreshLivePoolProgress)InstanceRefreshProgressDetails.Builder warmPoolProgress(InstanceRefreshWarmPoolProgress warmPoolProgress)
Indicates the progress of an instance refresh on instances that are in the warm pool.
warmPoolProgress - Indicates the progress of an instance refresh on instances that are in the warm pool.default InstanceRefreshProgressDetails.Builder warmPoolProgress(Consumer<InstanceRefreshWarmPoolProgress.Builder> warmPoolProgress)
Indicates the progress of an instance refresh on instances that are in the warm pool.
This is a convenience method that creates an instance of theInstanceRefreshWarmPoolProgress.Builder
avoiding the need to create one manually via InstanceRefreshWarmPoolProgress.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to warmPoolProgress(InstanceRefreshWarmPoolProgress).
warmPoolProgress - a consumer that will call methods on InstanceRefreshWarmPoolProgress.BuilderwarmPoolProgress(InstanceRefreshWarmPoolProgress)Copyright © 2022. All rights reserved.