public static interface DescribeDryRunProgressResponse.Builder extends OpenSearchResponse.Builder, SdkPojo, CopyableBuilder<DescribeDryRunProgressResponse.Builder,DescribeDryRunProgressResponse>
| Modifier and Type | Method and Description |
|---|---|
default DescribeDryRunProgressResponse.Builder |
dryRunConfig(Consumer<DomainStatus.Builder> dryRunConfig)
Details about the changes you're planning to make on the domain.
|
DescribeDryRunProgressResponse.Builder |
dryRunConfig(DomainStatus dryRunConfig)
Details about the changes you're planning to make on the domain.
|
default DescribeDryRunProgressResponse.Builder |
dryRunProgressStatus(Consumer<DryRunProgressStatus.Builder> dryRunProgressStatus)
The current status of the dry run, including any validation errors.
|
DescribeDryRunProgressResponse.Builder |
dryRunProgressStatus(DryRunProgressStatus dryRunProgressStatus)
The current status of the dry run, including any validation errors.
|
default DescribeDryRunProgressResponse.Builder |
dryRunResults(Consumer<DryRunResults.Builder> dryRunResults)
The results of the dry run.
|
DescribeDryRunProgressResponse.Builder |
dryRunResults(DryRunResults dryRunResults)
The results of the dry run.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeDryRunProgressResponse.Builder dryRunProgressStatus(DryRunProgressStatus dryRunProgressStatus)
The current status of the dry run, including any validation errors.
dryRunProgressStatus - The current status of the dry run, including any validation errors.default DescribeDryRunProgressResponse.Builder dryRunProgressStatus(Consumer<DryRunProgressStatus.Builder> dryRunProgressStatus)
The current status of the dry run, including any validation errors.
This is a convenience method that creates an instance of theDryRunProgressStatus.Builder avoiding
the need to create one manually via DryRunProgressStatus.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to dryRunProgressStatus(DryRunProgressStatus).
dryRunProgressStatus - a consumer that will call methods on DryRunProgressStatus.BuilderdryRunProgressStatus(DryRunProgressStatus)DescribeDryRunProgressResponse.Builder dryRunConfig(DomainStatus dryRunConfig)
Details about the changes you're planning to make on the domain.
dryRunConfig - Details about the changes you're planning to make on the domain.default DescribeDryRunProgressResponse.Builder dryRunConfig(Consumer<DomainStatus.Builder> dryRunConfig)
Details about the changes you're planning to make on the domain.
This is a convenience method that creates an instance of theDomainStatus.Builder avoiding the need
to create one manually via DomainStatus.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to dryRunConfig(DomainStatus).
dryRunConfig - a consumer that will call methods on DomainStatus.BuilderdryRunConfig(DomainStatus)DescribeDryRunProgressResponse.Builder dryRunResults(DryRunResults dryRunResults)
The results of the dry run.
dryRunResults - The results of the dry run.default DescribeDryRunProgressResponse.Builder dryRunResults(Consumer<DryRunResults.Builder> dryRunResults)
The results of the dry run.
This is a convenience method that creates an instance of theDryRunResults.Builder avoiding the need
to create one manually via DryRunResults.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to dryRunResults(DryRunResults).
dryRunResults - a consumer that will call methods on DryRunResults.BuilderdryRunResults(DryRunResults)Copyright © 2023. All rights reserved.