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
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default DescribeDomainChangeProgressResponse.BuilderchangeProgressStatus(Consumer<ChangeProgressStatusDetails.Builder> changeProgressStatus)Container for information about the stages of a configuration change happening on a domain.DescribeDomainChangeProgressResponse.BuilderchangeProgressStatus(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
copy
-
Methods inherited from interface software.amazon.awssdk.services.opensearch.model.OpenSearchResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
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:
changeProgressStatus(ChangeProgressStatusDetails)
-
-