public static interface DescribeDomainAutoTunesResponse.Builder extends OpenSearchResponse.Builder, SdkPojo, CopyableBuilder<DescribeDomainAutoTunesResponse.Builder,DescribeDomainAutoTunesResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeDomainAutoTunesResponse.Builder |
autoTunes(AutoTune... autoTunes)
The list of setting adjustments that Auto-Tune has made to the domain.
|
DescribeDomainAutoTunesResponse.Builder |
autoTunes(Collection<AutoTune> autoTunes)
The list of setting adjustments that Auto-Tune has made to the domain.
|
DescribeDomainAutoTunesResponse.Builder |
autoTunes(Consumer<AutoTune.Builder>... autoTunes)
The list of setting adjustments that Auto-Tune has made to the domain.
|
DescribeDomainAutoTunesResponse.Builder |
nextToken(String nextToken)
When
nextToken is returned, there are more results available. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeDomainAutoTunesResponse.Builder autoTunes(Collection<AutoTune> autoTunes)
The list of setting adjustments that Auto-Tune has made to the domain.
autoTunes - The list of setting adjustments that Auto-Tune has made to the domain.DescribeDomainAutoTunesResponse.Builder autoTunes(AutoTune... autoTunes)
The list of setting adjustments that Auto-Tune has made to the domain.
autoTunes - The list of setting adjustments that Auto-Tune has made to the domain.DescribeDomainAutoTunesResponse.Builder autoTunes(Consumer<AutoTune.Builder>... autoTunes)
The list of setting adjustments that Auto-Tune has made to the domain.
This is a convenience method that creates an instance of theAutoTune.Builder avoiding the need to create one
manually via AutoTune.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #autoTunes(List.
autoTunes - a consumer that will call methods on
AutoTune.Builder#autoTunes(java.util.Collection) DescribeDomainAutoTunesResponse.Builder nextToken(String nextToken)
When nextToken is returned, there are more results available. The value of
nextToken is a unique pagination token for each page. Make the call again using the returned
token to retrieve the next page.
nextToken - When nextToken is returned, there are more results available. The value of
nextToken is a unique pagination token for each page. Make the call again using the
returned token to retrieve the next page.Copyright © 2022. All rights reserved.