public static interface ListVocabularyFiltersRequest.Builder extends TranscribeRequest.Builder, SdkPojo, CopyableBuilder<ListVocabularyFiltersRequest.Builder,ListVocabularyFiltersRequest>
| Modifier and Type | Method and Description |
|---|---|
ListVocabularyFiltersRequest.Builder |
maxResults(Integer maxResults)
The maximum number of filters to return in the response.
|
ListVocabularyFiltersRequest.Builder |
nameContains(String nameContains)
Filters the response so that it only contains vocabulary filters whose name contains the specified string.
|
ListVocabularyFiltersRequest.Builder |
nextToken(String nextToken)
If the result of the previous request to
ListVocabularyFilters was truncated, include the
NextToken to fetch the next set of collections. |
ListVocabularyFiltersRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListVocabularyFiltersRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListVocabularyFiltersRequest.Builder nextToken(String nextToken)
If the result of the previous request to ListVocabularyFilters was truncated, include the
NextToken to fetch the next set of collections.
nextToken - If the result of the previous request to ListVocabularyFilters was truncated, include the
NextToken to fetch the next set of collections.ListVocabularyFiltersRequest.Builder maxResults(Integer maxResults)
The maximum number of filters to return in the response. If there are fewer results in the list, this response contains only the actual results.
maxResults - The maximum number of filters to return in the response. If there are fewer results in the list, this
response contains only the actual results.ListVocabularyFiltersRequest.Builder nameContains(String nameContains)
Filters the response so that it only contains vocabulary filters whose name contains the specified string.
nameContains - Filters the response so that it only contains vocabulary filters whose name contains the specified
string.ListVocabularyFiltersRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListVocabularyFiltersRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.