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(TranscriptionJobStatus 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, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
ListVocabulariesResponse.Builder status(String status)
The requested vocabulary state.
status
- The requested vocabulary state.TranscriptionJobStatus
,
TranscriptionJobStatus
ListVocabulariesResponse.Builder status(TranscriptionJobStatus status)
The requested vocabulary state.
status
- The requested vocabulary state.TranscriptionJobStatus
,
TranscriptionJobStatus
ListVocabulariesResponse.Builder nextToken(String nextToken)
The ListVocabularies
operation returns a page of vocabularies at a time. The maximum size of the
page is set by the MaxResults
parameter. If there are more jobs in the list than the page size,
Amazon Transcribe returns the NextPage
token. Include the token in the next request to the
ListVocabularies
operation to return in the next page of jobs.
nextToken
- The ListVocabularies
operation returns a page of vocabularies at a time. The maximum size
of the page is set by the MaxResults
parameter. If there are more jobs in the list than
the page size, Amazon Transcribe returns the NextPage
token. Include the token in the
next request to the ListVocabularies
operation to return in the next page of jobs.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 © 2017 Amazon Web Services, Inc. All Rights Reserved.