public static interface ListCallAnalyticsCategoriesResponse.Builder extends TranscribeResponse.Builder, SdkPojo, CopyableBuilder<ListCallAnalyticsCategoriesResponse.Builder,ListCallAnalyticsCategoriesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListCallAnalyticsCategoriesResponse.Builder |
categories(CategoryProperties... categories)
A list of objects containing information about analytics categories.
|
ListCallAnalyticsCategoriesResponse.Builder |
categories(Collection<CategoryProperties> categories)
A list of objects containing information about analytics categories.
|
ListCallAnalyticsCategoriesResponse.Builder |
categories(Consumer<CategoryProperties.Builder>... categories)
A list of objects containing information about analytics categories.
|
ListCallAnalyticsCategoriesResponse.Builder |
nextToken(String nextToken)
The operation returns a page of jobs at a time.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListCallAnalyticsCategoriesResponse.Builder nextToken(String nextToken)
The operation returns a page of jobs at a time. The maximum size of the list is set by the
MaxResults parameter. If there are more categories in the list than the page size, Amazon
Transcribe returns the NextPage token. Include the token in the next request to the operation to
return the next page of analytics categories.
nextToken - The operation returns a page of jobs at a time. The maximum size of the list is set by the
MaxResults parameter. If there are more categories in the list than the page size, Amazon
Transcribe returns the NextPage token. Include the token in the next request to the
operation to return the next page of analytics categories.ListCallAnalyticsCategoriesResponse.Builder categories(Collection<CategoryProperties> categories)
A list of objects containing information about analytics categories.
categories - A list of objects containing information about analytics categories.ListCallAnalyticsCategoriesResponse.Builder categories(CategoryProperties... categories)
A list of objects containing information about analytics categories.
categories - A list of objects containing information about analytics categories.ListCallAnalyticsCategoriesResponse.Builder categories(Consumer<CategoryProperties.Builder>... categories)
A list of objects containing information about analytics categories.
This is a convenience that creates an instance of theList.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 #categories(List) .categories - a consumer that will call methods on List.Builder #categories(List) Copyright © 2021. All rights reserved.