| Package | Description |
|---|---|
| software.amazon.awssdk.services.opensearch.model |
| Modifier and Type | Method and Description |
|---|---|
static ChangeProgressDetails.Builder |
ChangeProgressDetails.builder() |
ChangeProgressDetails.Builder |
ChangeProgressDetails.Builder.changeId(String changeId)
The ID of the configuration change.
|
ChangeProgressDetails.Builder |
ChangeProgressDetails.Builder.message(String message)
A message corresponding to the status of the 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 DomainConfig.Builder |
DomainConfig.Builder.changeProgressDetails(Consumer<ChangeProgressDetails.Builder> changeProgressDetails)
Container for information about the progress of an existing configuration change.
|
default UpgradeDomainResponse.Builder |
UpgradeDomainResponse.Builder.changeProgressDetails(Consumer<ChangeProgressDetails.Builder> changeProgressDetails)
Container for information about a configuration change happening on a domain.
|
default DomainStatus.Builder |
DomainStatus.Builder.changeProgressDetails(Consumer<ChangeProgressDetails.Builder> changeProgressDetails)
Information about a configuration change happening on the domain.
|
Copyright © 2022. All rights reserved.