public static interface ListCallAnalyticsCategoriesRequest.Builder extends TranscribeRequest.Builder, SdkPojo, CopyableBuilder<ListCallAnalyticsCategoriesRequest.Builder,ListCallAnalyticsCategoriesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListCallAnalyticsCategoriesRequest.Builder |
maxResults(Integer maxResults)
The maximum number of categories to return in each page of results.
|
ListCallAnalyticsCategoriesRequest.Builder |
nextToken(String nextToken)
When included,
NextTokenfetches the next set of categories if the result of the previous request
was truncated. |
ListCallAnalyticsCategoriesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListCallAnalyticsCategoriesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListCallAnalyticsCategoriesRequest.Builder nextToken(String nextToken)
When included, NextTokenfetches the next set of categories if the result of the previous request
was truncated.
nextToken - When included, NextTokenfetches the next set of categories if the result of the previous
request was truncated.ListCallAnalyticsCategoriesRequest.Builder maxResults(Integer maxResults)
The maximum number of categories 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 categories 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.ListCallAnalyticsCategoriesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListCallAnalyticsCategoriesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.