CopyableBuilder<DescribeSuggestersResponse.Builder,DescribeSuggestersResponse>, SdkBuilder<DescribeSuggestersResponse.Builder,DescribeSuggestersResponse>public static interface DescribeSuggestersResponse.Builder extends CopyableBuilder<DescribeSuggestersResponse.Builder,DescribeSuggestersResponse>
| Modifier and Type | Method | 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.
|
copyapply, 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.
NOTE: This method appends the values to the existing list (if any). Use
#setSuggesters(java.util.Collection) or #withSuggesters(java.util.Collection) if you want to
override the existing values.
suggesters - The suggesters configured for the domain specified in the request.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.