public static interface DescribeDomainAutoTunesResponse.Builder extends ElasticsearchResponse.Builder, SdkPojo, CopyableBuilder<DescribeDomainAutoTunesResponse.Builder,DescribeDomainAutoTunesResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeDomainAutoTunesResponse.Builder |
autoTunes(AutoTune... autoTunes)
Specifies the list of setting adjustments that Auto-Tune has made to the domain.
|
DescribeDomainAutoTunesResponse.Builder |
autoTunes(Collection<AutoTune> autoTunes)
Specifies the list of setting adjustments that Auto-Tune has made to the domain.
|
DescribeDomainAutoTunesResponse.Builder |
autoTunes(Consumer<AutoTune.Builder>... autoTunes)
Specifies the list of setting adjustments that Auto-Tune has made to the domain.
|
DescribeDomainAutoTunesResponse.Builder |
nextToken(String nextToken)
Specifies an identifier to allow retrieval of paginated results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeDomainAutoTunesResponse.Builder autoTunes(Collection<AutoTune> autoTunes)
Specifies the list of setting adjustments that Auto-Tune has made to the domain. See the Developer Guide for more information.
autoTunes - Specifies the list of setting adjustments that Auto-Tune has made to the domain. See the Developer Guide for more information.DescribeDomainAutoTunesResponse.Builder autoTunes(AutoTune... autoTunes)
Specifies the list of setting adjustments that Auto-Tune has made to the domain. See the Developer Guide for more information.
autoTunes - Specifies the list of setting adjustments that Auto-Tune has made to the domain. See the Developer Guide for more information.DescribeDomainAutoTunesResponse.Builder autoTunes(Consumer<AutoTune.Builder>... autoTunes)
Specifies the list of setting adjustments that Auto-Tune has made to the domain. See the Developer Guide for more information.
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)
Specifies an identifier to allow retrieval of paginated results.
nextToken - Specifies an identifier to allow retrieval of paginated results.Copyright © 2023. All rights reserved.