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, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListLexiconsResponse.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 method that creates an instance of theLexiconDescription.Builder avoiding the need to create
one manually via LexiconDescription.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #lexicons(List.
lexicons - a consumer that will call methods on
LexiconDescription.Builder#lexicons(java.util.Collection) 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 © 2023. All rights reserved.