Interface ListCallAnalyticsCategoriesResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListCallAnalyticsCategoriesResponse.Builder,ListCallAnalyticsCategoriesResponse>,SdkBuilder<ListCallAnalyticsCategoriesResponse.Builder,ListCallAnalyticsCategoriesResponse>,SdkPojo,SdkResponse.Builder,TranscribeResponse.Builder
- Enclosing class:
- ListCallAnalyticsCategoriesResponse
public static interface ListCallAnalyticsCategoriesResponse.Builder extends TranscribeResponse.Builder, SdkPojo, CopyableBuilder<ListCallAnalyticsCategoriesResponse.Builder,ListCallAnalyticsCategoriesResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListCallAnalyticsCategoriesResponse.Buildercategories(Collection<CategoryProperties> categories)Provides detailed information about your Call Analytics categories, including all the rules associated with each category.ListCallAnalyticsCategoriesResponse.Buildercategories(Consumer<CategoryProperties.Builder>... categories)Provides detailed information about your Call Analytics categories, including all the rules associated with each category.ListCallAnalyticsCategoriesResponse.Buildercategories(CategoryProperties... categories)Provides detailed information about your Call Analytics categories, including all the rules associated with each category.ListCallAnalyticsCategoriesResponse.BuildernextToken(String nextToken)IfNextTokenis present in your response, it indicates that not all results are displayed.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Methods inherited from interface software.amazon.awssdk.services.transcribe.model.TranscribeResponse.Builder
build, responseMetadata, responseMetadata
-
-
-
-
Method Detail
-
nextToken
ListCallAnalyticsCategoriesResponse.Builder nextToken(String nextToken)
If
NextTokenis present in your response, it indicates that not all results are displayed. To view the next set of results, copy the string associated with theNextTokenparameter in your results output, then run your request again includingNextTokenwith the value of the copied string. Repeat as needed to view all your results.- Parameters:
nextToken- IfNextTokenis present in your response, it indicates that not all results are displayed. To view the next set of results, copy the string associated with theNextTokenparameter in your results output, then run your request again includingNextTokenwith the value of the copied string. Repeat as needed to view all your results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
categories
ListCallAnalyticsCategoriesResponse.Builder categories(Collection<CategoryProperties> categories)
Provides detailed information about your Call Analytics categories, including all the rules associated with each category.
- Parameters:
categories- Provides detailed information about your Call Analytics categories, including all the rules associated with each category.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
categories
ListCallAnalyticsCategoriesResponse.Builder categories(CategoryProperties... categories)
Provides detailed information about your Call Analytics categories, including all the rules associated with each category.
- Parameters:
categories- Provides detailed information about your Call Analytics categories, including all the rules associated with each category.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
categories
ListCallAnalyticsCategoriesResponse.Builder categories(Consumer<CategoryProperties.Builder>... categories)
Provides detailed information about your Call Analytics categories, including all the rules associated with each category.
This is a convenience method that creates an instance of theCategoryProperties.Builderavoiding the need to create one manually viaCategoryProperties.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#categories(List.) - Parameters:
categories- a consumer that will call methods onCategoryProperties.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#categories(java.util.Collection)
-
-