public static interface ChangeProgressStatusDetails.Builder extends SdkPojo, CopyableBuilder<ChangeProgressStatusDetails.Builder,ChangeProgressStatusDetails>
| Modifier and Type | Method and Description |
|---|---|
ChangeProgressStatusDetails.Builder |
changeId(String changeId)
The unique change identifier associated with a specific domain configuration change.
|
ChangeProgressStatusDetails.Builder |
changeProgressStages(ChangeProgressStage... changeProgressStages)
The specific stages that the domain is going through to perform the configuration change.
|
ChangeProgressStatusDetails.Builder |
changeProgressStages(Collection<ChangeProgressStage> changeProgressStages)
The specific stages that the domain is going through to perform the configuration change.
|
ChangeProgressStatusDetails.Builder |
changeProgressStages(Consumer<ChangeProgressStage.Builder>... changeProgressStages)
The specific stages that the domain is going through to perform the configuration change.
|
ChangeProgressStatusDetails.Builder |
completedProperties(Collection<String> completedProperties)
The list of properties in the domain configuration change that have completed.
|
ChangeProgressStatusDetails.Builder |
completedProperties(String... completedProperties)
The list of properties in the domain configuration change that have completed.
|
ChangeProgressStatusDetails.Builder |
pendingProperties(Collection<String> pendingProperties)
The list of properties in the domain configuration change that are still pending.
|
ChangeProgressStatusDetails.Builder |
pendingProperties(String... pendingProperties)
The list of properties in the domain configuration change that are still pending.
|
ChangeProgressStatusDetails.Builder |
startTime(Instant startTime)
The time at which the configuration change is made on the domain.
|
ChangeProgressStatusDetails.Builder |
status(OverallChangeStatus status)
The overall status of the domain configuration change.
|
ChangeProgressStatusDetails.Builder |
status(String status)
The overall status of the domain configuration change.
|
ChangeProgressStatusDetails.Builder |
totalNumberOfStages(Integer totalNumberOfStages)
The total number of stages required for the configuration change.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildChangeProgressStatusDetails.Builder changeId(String changeId)
The unique change identifier associated with a specific domain configuration change.
changeId - The unique change identifier associated with a specific domain configuration change.ChangeProgressStatusDetails.Builder startTime(Instant startTime)
The time at which the configuration change is made on the domain.
startTime - The time at which the configuration change is made on the domain.ChangeProgressStatusDetails.Builder status(String status)
The overall status of the domain configuration change.
status - The overall status of the domain configuration change.OverallChangeStatus,
OverallChangeStatusChangeProgressStatusDetails.Builder status(OverallChangeStatus status)
The overall status of the domain configuration change.
status - The overall status of the domain configuration change.OverallChangeStatus,
OverallChangeStatusChangeProgressStatusDetails.Builder pendingProperties(Collection<String> pendingProperties)
The list of properties in the domain configuration change that are still pending.
pendingProperties - The list of properties in the domain configuration change that are still pending.ChangeProgressStatusDetails.Builder pendingProperties(String... pendingProperties)
The list of properties in the domain configuration change that are still pending.
pendingProperties - The list of properties in the domain configuration change that are still pending.ChangeProgressStatusDetails.Builder completedProperties(Collection<String> completedProperties)
The list of properties in the domain configuration change that have completed.
completedProperties - The list of properties in the domain configuration change that have completed.ChangeProgressStatusDetails.Builder completedProperties(String... completedProperties)
The list of properties in the domain configuration change that have completed.
completedProperties - The list of properties in the domain configuration change that have completed.ChangeProgressStatusDetails.Builder totalNumberOfStages(Integer totalNumberOfStages)
The total number of stages required for the configuration change.
totalNumberOfStages - The total number of stages required for the configuration change.ChangeProgressStatusDetails.Builder changeProgressStages(Collection<ChangeProgressStage> changeProgressStages)
The specific stages that the domain is going through to perform the configuration change.
changeProgressStages - The specific stages that the domain is going through to perform the configuration change.ChangeProgressStatusDetails.Builder changeProgressStages(ChangeProgressStage... changeProgressStages)
The specific stages that the domain is going through to perform the configuration change.
changeProgressStages - The specific stages that the domain is going through to perform the configuration change.ChangeProgressStatusDetails.Builder changeProgressStages(Consumer<ChangeProgressStage.Builder>... changeProgressStages)
The specific stages that the domain 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 © 2022. All rights reserved.