public static interface DescribeDomainChangeProgressRequest.Builder extends OpenSearchRequest.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 name of the domain to get progress information for.
|
DescribeDomainChangeProgressRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeDomainChangeProgressRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeDomainChangeProgressRequest.Builder domainName(String domainName)
The name of the domain to get progress information for.
domainName - The name of the domain to get progress information for.DescribeDomainChangeProgressRequest.Builder changeId(String changeId)
The specific change ID for which you want to get progress information. If omitted, the request returns information about the most recent configuration change.
changeId - The specific change ID for which you want to get progress information. If omitted, the request 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 © 2022. All rights reserved.