CopyableBuilder<ListLexiconsResponse.Builder,ListLexiconsResponse>
, SdkBuilder<ListLexiconsResponse.Builder,ListLexiconsResponse>
public static interface ListLexiconsResponse.Builder extends CopyableBuilder<ListLexiconsResponse.Builder,ListLexiconsResponse>
Modifier and Type | Method | Description |
---|---|---|
ListLexiconsResponse.Builder |
lexicons(Collection<LexiconDescription> lexicons) |
A list of lexicon names and attributes.
|
ListLexiconsResponse.Builder |
lexicons(LexiconDescription... lexicons) |
A list of lexicon names and attributes.
|
ListLexiconsResponse.Builder |
nextToken(String nextToken) |
The pagination token to use in the next request to continue the listing of lexicons.
|
copy
apply, build
ListLexiconsResponse.Builder lexicons(Collection<LexiconDescription> lexicons)
A list of lexicon names and attributes.
lexicons
- A list of lexicon names and attributes.ListLexiconsResponse.Builder lexicons(LexiconDescription... lexicons)
A list of lexicon names and attributes.
NOTE: This method appends the values to the existing list (if any). Use
#setLexicons(java.util.Collection)
or #withLexicons(java.util.Collection)
if you want to
override the existing values.
lexicons
- A list of lexicon names and attributes.ListLexiconsResponse.Builder nextToken(String nextToken)
The pagination token to use in the next request to continue the listing of lexicons. NextToken
is returned only if the response is truncated.
nextToken
- The pagination token to use in the next request to continue the listing of lexicons.
NextToken
is returned only if the response is truncated.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.