public static interface DescribeDryRunProgressRequest.Builder extends OpenSearchRequest.Builder, SdkPojo, CopyableBuilder<DescribeDryRunProgressRequest.Builder,DescribeDryRunProgressRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeDryRunProgressRequest.Builder |
domainName(String domainName)
The name of the domain.
|
DescribeDryRunProgressRequest.Builder |
dryRunId(String dryRunId)
The unique identifier of the dry run.
|
DescribeDryRunProgressRequest.Builder |
loadDryRunConfig(Boolean loadDryRunConfig)
Whether to include the configuration of the dry run in the response.
|
DescribeDryRunProgressRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeDryRunProgressRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeDryRunProgressRequest.Builder domainName(String domainName)
The name of the domain.
domainName - The name of the domain.DescribeDryRunProgressRequest.Builder dryRunId(String dryRunId)
The unique identifier of the dry run.
dryRunId - The unique identifier of the dry run.DescribeDryRunProgressRequest.Builder loadDryRunConfig(Boolean loadDryRunConfig)
Whether to include the configuration of the dry run in the response. The configuration specifies the updates that you're planning to make on the domain.
loadDryRunConfig - Whether to include the configuration of the dry run in the response. The configuration specifies the
updates that you're planning to make on the domain.DescribeDryRunProgressRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeDryRunProgressRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.