| Package | Description |
|---|---|
| software.amazon.awssdk.services.elasticsearch.model |
| Modifier and Type | Method and Description |
|---|---|
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(ChangeProgressStage... changeProgressStages)
The specific stages that the domain is going through to perform the 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.completedProperties(Collection<String> completedProperties)
The list of properties involved in the domain configuration change that are completed.
|
ChangeProgressStatusDetails.Builder |
ChangeProgressStatusDetails.Builder.completedProperties(String... completedProperties)
The list of properties involved in the domain configuration change that are completed.
|
ChangeProgressStatusDetails.Builder |
ChangeProgressStatusDetails.Builder.pendingProperties(Collection<String> pendingProperties)
The list of properties involved in the domain configuration change that are still in pending.
|
ChangeProgressStatusDetails.Builder |
ChangeProgressStatusDetails.Builder.pendingProperties(String... pendingProperties)
The list of properties involved in the domain configuration change that are still in 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(OverallChangeStatus status)
The overall status of the domain configuration change.
|
ChangeProgressStatusDetails.Builder |
ChangeProgressStatusDetails.Builder.status(String 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.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ChangeProgressStatusDetails.Builder> |
ChangeProgressStatusDetails.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DescribeDomainChangeProgressResponse.Builder |
DescribeDomainChangeProgressResponse.Builder.changeProgressStatus(Consumer<ChangeProgressStatusDetails.Builder> changeProgressStatus)
Progress information for the configuration change that is requested in the
DescribeDomainChangeProgress request. |
Copyright © 2023. All rights reserved.