public static interface DescribeDomainChangeProgressResponse.Builder extends ElasticsearchResponse.Builder, SdkPojo, CopyableBuilder<DescribeDomainChangeProgressResponse.Builder,DescribeDomainChangeProgressResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeDomainChangeProgressResponse.Builder |
changeProgressStatus(ChangeProgressStatusDetails changeProgressStatus)
Progress information for the configuration change that is requested in the
DescribeDomainChangeProgress request. |
default DescribeDomainChangeProgressResponse.Builder |
changeProgressStatus(Consumer<ChangeProgressStatusDetails.Builder> changeProgressStatus)
Progress information for the configuration change that is requested in the
DescribeDomainChangeProgress request. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeDomainChangeProgressResponse.Builder changeProgressStatus(ChangeProgressStatusDetails changeProgressStatus)
Progress information for the configuration change that is requested in the
DescribeDomainChangeProgress request.
changeProgressStatus - Progress information for the configuration change that is requested in the
DescribeDomainChangeProgress request.default DescribeDomainChangeProgressResponse.Builder changeProgressStatus(Consumer<ChangeProgressStatusDetails.Builder> changeProgressStatus)
Progress information for the configuration change that is requested in the
DescribeDomainChangeProgress request.
ChangeProgressStatusDetails.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.