public static interface ListLexiconsResponse.Builder extends PollyResponse.Builder, SdkPojo, CopyableBuilder<ListLexiconsResponse.Builder,ListLexiconsResponse>
Modifier and Type | Method and Description |
---|---|
ListLexiconsResponse.Builder |
lexicons(Collection<LexiconDescription> lexicons)
A list of lexicon names and attributes.
|
ListLexiconsResponse.Builder |
lexicons(Consumer<LexiconDescription.Builder>... 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.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, 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.
lexicons
- A list of lexicon names and attributes.ListLexiconsResponse.Builder lexicons(Consumer<LexiconDescription.Builder>... lexicons)
A list of lexicon names and attributes.
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 #lexicons(List)
.lexicons
- a consumer that will call methods on List.Builder
#lexicons(List)
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.