public static interface DescribeSuggestersResponse.Builder extends CloudSearchResponse.Builder, 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
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
DescribeSuggestersResponse.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 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 #suggesters(List)
.suggesters
- a consumer that will call methods on List.Builder
#suggesters(List)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.