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 that creates an instance of theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #autoTunes(List) .autoTunes - a consumer that will call methods on List.Builder #autoTunes(List) 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 © 2022. All rights reserved.