public static interface ListVocabulariesResponse.Builder extends TranscribeResponse.Builder, SdkPojo, CopyableBuilder<ListVocabulariesResponse.Builder,ListVocabulariesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListVocabulariesResponse.Builder |
nextToken(String nextToken)
The
ListVocabularies operation returns a page of vocabularies at a time. |
ListVocabulariesResponse.Builder |
status(String status)
The requested vocabulary state.
|
ListVocabulariesResponse.Builder |
status(VocabularyState status)
The requested vocabulary state.
|
ListVocabulariesResponse.Builder |
vocabularies(Collection<VocabularyInfo> vocabularies)
A list of objects that describe the vocabularies that match the search criteria in the request.
|
ListVocabulariesResponse.Builder |
vocabularies(Consumer<VocabularyInfo.Builder>... vocabularies)
A list of objects that describe the vocabularies that match the search criteria in the request.
|
ListVocabulariesResponse.Builder |
vocabularies(VocabularyInfo... vocabularies)
A list of objects that describe the vocabularies that match the search criteria in the request.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListVocabulariesResponse.Builder status(String status)
The requested vocabulary state.
status - The requested vocabulary state.VocabularyState,
VocabularyStateListVocabulariesResponse.Builder status(VocabularyState status)
The requested vocabulary state.
status - The requested vocabulary state.VocabularyState,
VocabularyStateListVocabulariesResponse.Builder nextToken(String nextToken)
The ListVocabularies operation returns a page of vocabularies at a time. The maximum size of the
page is set in the MaxResults parameter. If there are more jobs in the list than will fit on the
page, Amazon Transcribe returns the NextPage token. To return in the next page of jobs, include
the token in the next request to the ListVocabularies operation.
nextToken - The ListVocabularies operation returns a page of vocabularies at a time. The maximum size
of the page is set in the MaxResults parameter. If there are more jobs in the list than
will fit on the page, Amazon Transcribe returns the NextPage token. To return in the next
page of jobs, include the token in the next request to the ListVocabularies operation.ListVocabulariesResponse.Builder vocabularies(Collection<VocabularyInfo> vocabularies)
A list of objects that describe the vocabularies that match the search criteria in the request.
vocabularies - A list of objects that describe the vocabularies that match the search criteria in the request.ListVocabulariesResponse.Builder vocabularies(VocabularyInfo... vocabularies)
A list of objects that describe the vocabularies that match the search criteria in the request.
vocabularies - A list of objects that describe the vocabularies that match the search criteria in the request.ListVocabulariesResponse.Builder vocabularies(Consumer<VocabularyInfo.Builder>... vocabularies)
A list of objects that describe the vocabularies that match the search criteria in the request.
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 #vocabularies(List) .vocabularies - a consumer that will call methods on List.Builder #vocabularies(List) Copyright © 2021. All rights reserved.