public static interface DescribeDomainChangeProgressResponse.Builder extends OpenSearchResponse.Builder, SdkPojo, CopyableBuilder<DescribeDomainChangeProgressResponse.Builder,DescribeDomainChangeProgressResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeDomainChangeProgressResponse.Builder |
changeProgressStatus(ChangeProgressStatusDetails changeProgressStatus)
Container for information about the stages of a configuration change happening on a domain.
|
default DescribeDomainChangeProgressResponse.Builder |
changeProgressStatus(Consumer<ChangeProgressStatusDetails.Builder> changeProgressStatus)
Container for information about the stages of a configuration change happening on a domain.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeDomainChangeProgressResponse.Builder changeProgressStatus(ChangeProgressStatusDetails changeProgressStatus)
Container for information about the stages of a configuration change happening on a domain.
changeProgressStatus - Container for information about the stages of a configuration change happening on a domain.default DescribeDomainChangeProgressResponse.Builder changeProgressStatus(Consumer<ChangeProgressStatusDetails.Builder> changeProgressStatus)
Container for information about the stages of a configuration change happening on a domain.
This is a convenience method that creates an instance of theChangeProgressStatusDetails.Builder
avoiding the need to create one manually via ChangeProgressStatusDetails.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to changeProgressStatus(ChangeProgressStatusDetails).
changeProgressStatus - a consumer that will call methods on ChangeProgressStatusDetails.BuilderchangeProgressStatus(ChangeProgressStatusDetails)Copyright © 2023. All rights reserved.