static ChangeProgressStatusDetails.Builder |
ChangeProgressStatusDetails.builder() |
|
ChangeProgressStatusDetails.Builder |
ChangeProgressStatusDetails.Builder.changeId(String changeId) |
The unique change identifier associated with a specific domain configuration change.
|
ChangeProgressStatusDetails.Builder |
ChangeProgressStatusDetails.Builder.changeProgressStages(Collection<ChangeProgressStage> changeProgressStages) |
The specific stages that the domain is going through to perform the configuration change.
|
ChangeProgressStatusDetails.Builder |
ChangeProgressStatusDetails.Builder.changeProgressStages(Consumer<ChangeProgressStage.Builder>... changeProgressStages) |
The specific stages that the domain is going through to perform the configuration change.
|
ChangeProgressStatusDetails.Builder |
ChangeProgressStatusDetails.Builder.changeProgressStages(ChangeProgressStage... changeProgressStages) |
The specific stages that the domain is going through to perform the configuration change.
|
ChangeProgressStatusDetails.Builder |
ChangeProgressStatusDetails.Builder.completedProperties(String... completedProperties) |
The list of properties in the domain configuration change that have completed.
|
ChangeProgressStatusDetails.Builder |
ChangeProgressStatusDetails.Builder.completedProperties(Collection<String> completedProperties) |
The list of properties in the domain configuration change that have completed.
|
ChangeProgressStatusDetails.Builder |
ChangeProgressStatusDetails.Builder.configChangeStatus(String configChangeStatus) |
The current status of the configuration change.
|
ChangeProgressStatusDetails.Builder |
ChangeProgressStatusDetails.Builder.configChangeStatus(ConfigChangeStatus configChangeStatus) |
The current status of the configuration change.
|
ChangeProgressStatusDetails.Builder |
ChangeProgressStatusDetails.Builder.initiatedBy(String initiatedBy) |
The IAM principal who initiated the configuration change.
|
ChangeProgressStatusDetails.Builder |
ChangeProgressStatusDetails.Builder.initiatedBy(InitiatedBy initiatedBy) |
The IAM principal who initiated the configuration change.
|
ChangeProgressStatusDetails.Builder |
ChangeProgressStatusDetails.Builder.lastUpdatedTime(Instant lastUpdatedTime) |
The last time that the status of the configuration change was updated.
|
ChangeProgressStatusDetails.Builder |
ChangeProgressStatusDetails.Builder.pendingProperties(String... pendingProperties) |
The list of properties in the domain configuration change that are still pending.
|
ChangeProgressStatusDetails.Builder |
ChangeProgressStatusDetails.Builder.pendingProperties(Collection<String> pendingProperties) |
The list of properties in the domain configuration change that are still pending.
|
ChangeProgressStatusDetails.Builder |
ChangeProgressStatusDetails.Builder.startTime(Instant startTime) |
The time at which the configuration change is made on the domain.
|
ChangeProgressStatusDetails.Builder |
ChangeProgressStatusDetails.Builder.status(String status) |
The overall status of the domain configuration change.
|
ChangeProgressStatusDetails.Builder |
ChangeProgressStatusDetails.Builder.status(OverallChangeStatus status) |
The overall status of the domain configuration change.
|
ChangeProgressStatusDetails.Builder |
ChangeProgressStatusDetails.toBuilder() |
|
ChangeProgressStatusDetails.Builder |
ChangeProgressStatusDetails.Builder.totalNumberOfStages(Integer totalNumberOfStages) |
The total number of stages required for the configuration change.
|