Interface DescribeDomainChangeProgressResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DescribeDomainChangeProgressResponse.Builder,DescribeDomainChangeProgressResponse>
,ElasticsearchResponse.Builder
,SdkBuilder<DescribeDomainChangeProgressResponse.Builder,DescribeDomainChangeProgressResponse>
,SdkPojo
,SdkResponse.Builder
- Enclosing class:
- DescribeDomainChangeProgressResponse
public static interface DescribeDomainChangeProgressResponse.Builder extends ElasticsearchResponse.Builder, SdkPojo, CopyableBuilder<DescribeDomainChangeProgressResponse.Builder,DescribeDomainChangeProgressResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default DescribeDomainChangeProgressResponse.Builder
changeProgressStatus(Consumer<ChangeProgressStatusDetails.Builder> changeProgressStatus)
Progress information for the configuration change that is requested in theDescribeDomainChangeProgress
request.DescribeDomainChangeProgressResponse.Builder
changeProgressStatus(ChangeProgressStatusDetails changeProgressStatus)
Progress information for the configuration change that is requested in theDescribeDomainChangeProgress
request.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.elasticsearch.model.ElasticsearchResponse.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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
changeProgressStatus
DescribeDomainChangeProgressResponse.Builder changeProgressStatus(ChangeProgressStatusDetails changeProgressStatus)
Progress information for the configuration change that is requested in the
DescribeDomainChangeProgress
request.- Parameters:
changeProgressStatus
- Progress information for the configuration change that is requested in theDescribeDomainChangeProgress
request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
changeProgressStatus
default DescribeDomainChangeProgressResponse.Builder changeProgressStatus(Consumer<ChangeProgressStatusDetails.Builder> changeProgressStatus)
Progress information for the configuration change that is requested in the
This is a convenience method that creates an instance of theDescribeDomainChangeProgress
request.ChangeProgressStatusDetails.Builder
avoiding the need to create one manually viaChangeProgressStatusDetails.builder()
.When the
Consumer
completes,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)
-
-