Interface DescribeDomainAutoTunesResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DescribeDomainAutoTunesResponse.Builder,
,DescribeDomainAutoTunesResponse> ElasticsearchResponse.Builder
,SdkBuilder<DescribeDomainAutoTunesResponse.Builder,
,DescribeDomainAutoTunesResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
DescribeDomainAutoTunesResponse
public static interface DescribeDomainAutoTunesResponse.Builder
extends ElasticsearchResponse.Builder, SdkPojo, CopyableBuilder<DescribeDomainAutoTunesResponse.Builder,DescribeDomainAutoTunesResponse>
-
Method Summary
Modifier and TypeMethodDescriptionautoTunes
(Collection<AutoTune> autoTunes) Specifies the list of setting adjustments that Auto-Tune has made to the domain.autoTunes
(Consumer<AutoTune.Builder>... autoTunes) Specifies the list of setting adjustments that Auto-Tune has made to the domain.Specifies the list of setting adjustments that Auto-Tune has made to the domain.Specifies an identifier to allow retrieval of paginated results.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.elasticsearch.model.ElasticsearchResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
autoTunes
Specifies the list of setting adjustments that Auto-Tune has made to the domain. See the Developer Guide for more information.
- Parameters:
autoTunes
- Specifies the list of setting adjustments that Auto-Tune has made to the domain. See the Developer Guide for more information.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
autoTunes
Specifies the list of setting adjustments that Auto-Tune has made to the domain. See the Developer Guide for more information.
- Parameters:
autoTunes
- Specifies the list of setting adjustments that Auto-Tune has made to the domain. See the Developer Guide for more information.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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 viaAutoTune.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toautoTunes(List<AutoTune>)
.- Parameters:
autoTunes
- a consumer that will call methods onAutoTune.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
Specifies an identifier to allow retrieval of paginated results.
- Parameters:
nextToken
- Specifies an identifier to allow retrieval of paginated results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-