public static interface DescribeDomainAutoTunesRequest.Builder extends OpenSearchRequest.Builder, SdkPojo, CopyableBuilder<DescribeDomainAutoTunesRequest.Builder,DescribeDomainAutoTunesRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeDomainAutoTunesRequest.Builder |
domainName(String domainName)
Name of the domain that you want Auto-Tune details about.
|
DescribeDomainAutoTunesRequest.Builder |
maxResults(Integer maxResults)
An optional parameter that specifies the maximum number of results to return.
|
DescribeDomainAutoTunesRequest.Builder |
nextToken(String nextToken)
If your initial
DescribeDomainAutoTunes operation returns a nextToken, you can
include the returned nextToken in subsequent DescribeDomainAutoTunes operations,
which returns results in the next page. |
DescribeDomainAutoTunesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeDomainAutoTunesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeDomainAutoTunesRequest.Builder domainName(String domainName)
Name of the domain that you want Auto-Tune details about.
domainName - Name of the domain that you want Auto-Tune details about.DescribeDomainAutoTunesRequest.Builder maxResults(Integer maxResults)
An optional parameter that specifies the maximum number of results to return. You can use
nextToken to get the next page of results.
maxResults - An optional parameter that specifies the maximum number of results to return. You can use
nextToken to get the next page of results.DescribeDomainAutoTunesRequest.Builder nextToken(String nextToken)
If your initial DescribeDomainAutoTunes operation returns a nextToken, you can
include the returned nextToken in subsequent DescribeDomainAutoTunes operations,
which returns results in the next page.
nextToken - If your initial DescribeDomainAutoTunes operation returns a nextToken, you
can include the returned nextToken in subsequent DescribeDomainAutoTunes
operations, which returns results in the next page.DescribeDomainAutoTunesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeDomainAutoTunesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.