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(SuggesterStatus... suggesters)
The suggesters configured for the domain specified in the request.
|
build
copy
apply, 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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.