public static interface DescribeDomainChangeProgressRequest.Builder extends ElasticsearchRequest.Builder, SdkPojo, CopyableBuilder<DescribeDomainChangeProgressRequest.Builder,DescribeDomainChangeProgressRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeDomainChangeProgressRequest.Builder |
changeId(String changeId)
The specific change ID for which you want to get progress information.
|
DescribeDomainChangeProgressRequest.Builder |
domainName(String domainName)
The domain you want to get the progress information about.
|
DescribeDomainChangeProgressRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeDomainChangeProgressRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeDomainChangeProgressRequest.Builder domainName(String domainName)
The domain you want to get the progress information about.
domainName - The domain you want to get the progress information about.DescribeDomainChangeProgressRequest.Builder changeId(String changeId)
The specific change ID for which you want to get progress information. This is an optional parameter. If omitted, the service returns information about the most recent configuration change.
changeId - The specific change ID for which you want to get progress information. This is an optional parameter.
If omitted, the service returns information about the most recent configuration change.DescribeDomainChangeProgressRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeDomainChangeProgressRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.