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 each page of results.
|
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 each page of results. If there are fewer results than the value you specify, only the actual results are returned. If you do not specify a value, the default of 5 is used.
maxResults - The maximum number of filters to return in each page of results. If there are fewer results than the
value you specify, only the actual results are returned. If you do not specify a value, the default of
5 is used.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 © 2021. All rights reserved.