public static interface ChangeProgressStatus.Builder extends SdkPojo, CopyableBuilder<ChangeProgressStatus.Builder,ChangeProgressStatus>
| Modifier and Type | Method and Description |
|---|---|
ChangeProgressStatus.Builder |
changeProgressStages(ChangeProgressStage... changeProgressStages)
Information about the stages that the pipeline is going through to perform the configuration change.
|
ChangeProgressStatus.Builder |
changeProgressStages(Collection<ChangeProgressStage> changeProgressStages)
Information about the stages that the pipeline is going through to perform the configuration change.
|
ChangeProgressStatus.Builder |
changeProgressStages(Consumer<ChangeProgressStage.Builder>... changeProgressStages)
Information about the stages that the pipeline is going through to perform the configuration change.
|
ChangeProgressStatus.Builder |
startTime(Instant startTime)
The time at which the configuration change is made on the pipeline.
|
ChangeProgressStatus.Builder |
status(ChangeProgressStatuses status)
The overall status of the pipeline configuration change.
|
ChangeProgressStatus.Builder |
status(String status)
The overall status of the pipeline configuration change.
|
ChangeProgressStatus.Builder |
totalNumberOfStages(Integer totalNumberOfStages)
The total number of stages required for the pipeline configuration change.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildChangeProgressStatus.Builder startTime(Instant startTime)
The time at which the configuration change is made on the pipeline.
startTime - The time at which the configuration change is made on the pipeline.ChangeProgressStatus.Builder status(String status)
The overall status of the pipeline configuration change.
status - The overall status of the pipeline configuration change.ChangeProgressStatuses,
ChangeProgressStatusesChangeProgressStatus.Builder status(ChangeProgressStatuses status)
The overall status of the pipeline configuration change.
status - The overall status of the pipeline configuration change.ChangeProgressStatuses,
ChangeProgressStatusesChangeProgressStatus.Builder totalNumberOfStages(Integer totalNumberOfStages)
The total number of stages required for the pipeline configuration change.
totalNumberOfStages - The total number of stages required for the pipeline configuration change.ChangeProgressStatus.Builder changeProgressStages(Collection<ChangeProgressStage> changeProgressStages)
Information about the stages that the pipeline is going through to perform the configuration change.
changeProgressStages - Information about the stages that the pipeline is going through to perform the configuration change.ChangeProgressStatus.Builder changeProgressStages(ChangeProgressStage... changeProgressStages)
Information about the stages that the pipeline is going through to perform the configuration change.
changeProgressStages - Information about the stages that the pipeline is going through to perform the configuration change.ChangeProgressStatus.Builder changeProgressStages(Consumer<ChangeProgressStage.Builder>... changeProgressStages)
Information about the stages that the pipeline is going through to perform the configuration change.
This is a convenience method that creates an instance of theChangeProgressStage.Builder avoiding the need to create
one manually via ChangeProgressStage.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #changeProgressStages(List.
changeProgressStages - a consumer that will call methods on
ChangeProgressStage.Builder#changeProgressStages(java.util.Collection) Copyright © 2023. All rights reserved.