Interface DescribeDomainChangeProgressResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeDomainChangeProgressResponse.Builder,,DescribeDomainChangeProgressResponse> OpenSearchResponse.Builder,SdkBuilder<DescribeDomainChangeProgressResponse.Builder,,DescribeDomainChangeProgressResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
DescribeDomainChangeProgressResponse
public static interface DescribeDomainChangeProgressResponse.Builder
extends OpenSearchResponse.Builder, SdkPojo, CopyableBuilder<DescribeDomainChangeProgressResponse.Builder,DescribeDomainChangeProgressResponse>
-
Method Summary
Modifier and TypeMethodDescriptionchangeProgressStatus(Consumer<ChangeProgressStatusDetails.Builder> changeProgressStatus) Container for information about the stages of a configuration change happening on a domain.changeProgressStatus(ChangeProgressStatusDetails changeProgressStatus) Container for information about the stages of a configuration change happening on a domain.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.opensearch.model.OpenSearchResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
changeProgressStatus
DescribeDomainChangeProgressResponse.Builder changeProgressStatus(ChangeProgressStatusDetails changeProgressStatus) Container for information about the stages of a configuration change happening on a domain.
- Parameters:
changeProgressStatus- Container for information about the stages of a configuration change happening on a domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
changeProgressStatus
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.Builderavoiding the need to create one manually viaChangeProgressStatusDetails.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tochangeProgressStatus(ChangeProgressStatusDetails).- Parameters:
changeProgressStatus- a consumer that will call methods onChangeProgressStatusDetails.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-