public static interface DescribeSuggestersResponse.Builder extends CloudSearchResponse.Builder, SdkPojo, CopyableBuilder<DescribeSuggestersResponse.Builder,DescribeSuggestersResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeSuggestersResponse.Builder |
suggesters(Collection<SuggesterStatus> suggesters)
The suggesters configured for the domain specified in the request.
|
DescribeSuggestersResponse.Builder |
suggesters(Consumer<SuggesterStatus.Builder>... suggesters)
The suggesters configured for the domain specified in the request.
|
DescribeSuggestersResponse.Builder |
suggesters(SuggesterStatus... suggesters)
The suggesters configured for the domain specified in the request.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeSuggestersResponse.Builder suggesters(Collection<SuggesterStatus> suggesters)
The suggesters configured for the domain specified in the request.
suggesters - The suggesters configured for the domain specified in the request.DescribeSuggestersResponse.Builder suggesters(SuggesterStatus... suggesters)
The suggesters configured for the domain specified in the request.
suggesters - The suggesters configured for the domain specified in the request.DescribeSuggestersResponse.Builder suggesters(Consumer<SuggesterStatus.Builder>... suggesters)
The suggesters configured for the domain specified in the request.
This is a convenience method that creates an instance of theSuggesterStatus.Builder avoiding the need to create
one manually via SuggesterStatus.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #suggesters(List.
suggesters - a consumer that will call methods on
SuggesterStatus.Builder#suggesters(java.util.Collection) Copyright © 2022. All rights reserved.