public static interface ListVocabularyFiltersResponse.Builder extends TranscribeResponse.Builder, SdkPojo, CopyableBuilder<ListVocabularyFiltersResponse.Builder,ListVocabularyFiltersResponse>
| Modifier and Type | Method and Description |
|---|---|
ListVocabularyFiltersResponse.Builder |
nextToken(String nextToken)
The
ListVocabularyFilters operation returns a page of collections at a time. |
ListVocabularyFiltersResponse.Builder |
vocabularyFilters(Collection<VocabularyFilterInfo> vocabularyFilters)
The list of vocabulary filters.
|
ListVocabularyFiltersResponse.Builder |
vocabularyFilters(Consumer<VocabularyFilterInfo.Builder>... vocabularyFilters)
The list of vocabulary filters.
|
ListVocabularyFiltersResponse.Builder |
vocabularyFilters(VocabularyFilterInfo... vocabularyFilters)
The list of vocabulary filters.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListVocabularyFiltersResponse.Builder nextToken(String nextToken)
The ListVocabularyFilters operation returns a page of collections 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
ListVocabularyFilters operation to return in the next page of jobs.
nextToken - The ListVocabularyFilters operation returns a page of collections 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 ListVocabularyFilters operation to return in the next page of
jobs.ListVocabularyFiltersResponse.Builder vocabularyFilters(Collection<VocabularyFilterInfo> vocabularyFilters)
The list of vocabulary filters. It contains at most MaxResults number of filters. If there are
more filters, call the ListVocabularyFilters operation again with the NextToken
parameter in the request set to the value of the NextToken field in the response.
vocabularyFilters - The list of vocabulary filters. It contains at most MaxResults number of filters. If
there are more filters, call the ListVocabularyFilters operation again with the
NextToken parameter in the request set to the value of the NextToken field
in the response.ListVocabularyFiltersResponse.Builder vocabularyFilters(VocabularyFilterInfo... vocabularyFilters)
The list of vocabulary filters. It contains at most MaxResults number of filters. If there are
more filters, call the ListVocabularyFilters operation again with the NextToken
parameter in the request set to the value of the NextToken field in the response.
vocabularyFilters - The list of vocabulary filters. It contains at most MaxResults number of filters. If
there are more filters, call the ListVocabularyFilters operation again with the
NextToken parameter in the request set to the value of the NextToken field
in the response.ListVocabularyFiltersResponse.Builder vocabularyFilters(Consumer<VocabularyFilterInfo.Builder>... vocabularyFilters)
The list of vocabulary filters. It contains at most MaxResults number of filters. If there are
more filters, call the ListVocabularyFilters operation again with the NextToken
parameter in the request set to the value of the NextToken field in the response.
List.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 #vocabularyFilters(List) .vocabularyFilters - a consumer that will call methods on List.Builder #vocabularyFilters(List) Copyright © 2020. All rights reserved.