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)
Add an optional request override configuration.
|
ListVocabularyFiltersRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
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.
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)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.ListVocabularyFiltersRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.