Interface DescribeDomainAutoTunesResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeDomainAutoTunesResponse.Builder,DescribeDomainAutoTunesResponse>,OpenSearchResponse.Builder,SdkBuilder<DescribeDomainAutoTunesResponse.Builder,DescribeDomainAutoTunesResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeDomainAutoTunesResponse
@Mutable @NotThreadSafe public static interface DescribeDomainAutoTunesResponse.Builder extends OpenSearchResponse.Builder, SdkPojo, CopyableBuilder<DescribeDomainAutoTunesResponse.Builder,DescribeDomainAutoTunesResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeDomainAutoTunesResponse.BuilderautoTunes(Collection<AutoTune> autoTunes)The list of setting adjustments that Auto-Tune has made to the domain.DescribeDomainAutoTunesResponse.BuilderautoTunes(Consumer<AutoTune.Builder>... autoTunes)The list of setting adjustments that Auto-Tune has made to the domain.DescribeDomainAutoTunesResponse.BuilderautoTunes(AutoTune... autoTunes)The list of setting adjustments that Auto-Tune has made to the domain.DescribeDomainAutoTunesResponse.BuildernextToken(String nextToken)WhennextTokenis returned, there are more results available.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.opensearch.model.OpenSearchResponse.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, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
autoTunes
DescribeDomainAutoTunesResponse.Builder autoTunes(Collection<AutoTune> autoTunes)
The list of setting adjustments that Auto-Tune has made to the domain.
- Parameters:
autoTunes- The list of setting adjustments that Auto-Tune has made to the domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
autoTunes
DescribeDomainAutoTunesResponse.Builder autoTunes(AutoTune... autoTunes)
The list of setting adjustments that Auto-Tune has made to the domain.
- Parameters:
autoTunes- The list of setting adjustments that Auto-Tune has made to the domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
autoTunes
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.Builderavoiding the need to create one manually viaAutoTune.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#autoTunes(List.) - 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:
#autoTunes(java.util.Collection)
-
nextToken
DescribeDomainAutoTunesResponse.Builder nextToken(String nextToken)
When
nextTokenis returned, there are more results available. The value ofnextTokenis a unique pagination token for each page. Send the request again using the returned token to retrieve the next page.- Parameters:
nextToken- WhennextTokenis returned, there are more results available. The value ofnextTokenis a unique pagination token for each page. Send the request again using the returned token to retrieve the next page.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-