| Package | Description |
|---|---|
| software.amazon.awssdk.services.elasticsearch.model |
| Modifier and Type | Method and Description |
|---|---|
static ChangeProgressDetails.Builder |
ChangeProgressDetails.builder() |
ChangeProgressDetails.Builder |
ChangeProgressDetails.Builder.changeId(String changeId)
The unique change identifier associated with a specific domain configuration change.
|
ChangeProgressDetails.Builder |
ChangeProgressDetails.Builder.message(String message)
Contains an optional message associated with the domain configuration change.
|
ChangeProgressDetails.Builder |
ChangeProgressDetails.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ChangeProgressDetails.Builder> |
ChangeProgressDetails.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ElasticsearchDomainConfig.Builder |
ElasticsearchDomainConfig.Builder.changeProgressDetails(Consumer<ChangeProgressDetails.Builder> changeProgressDetails)
Specifies change details of the domain configuration change.
|
default UpgradeElasticsearchDomainResponse.Builder |
UpgradeElasticsearchDomainResponse.Builder.changeProgressDetails(Consumer<ChangeProgressDetails.Builder> changeProgressDetails)
Sets the value of the ChangeProgressDetails property for this object.
|
default ElasticsearchDomainStatus.Builder |
ElasticsearchDomainStatus.Builder.changeProgressDetails(Consumer<ChangeProgressDetails.Builder> changeProgressDetails)
Specifies change details of the domain configuration change.
|
Copyright © 2023. All rights reserved.