public static interface UpdateCallAnalyticsCategoryResponse.Builder extends TranscribeResponse.Builder, SdkPojo, CopyableBuilder<UpdateCallAnalyticsCategoryResponse.Builder,UpdateCallAnalyticsCategoryResponse>
| Modifier and Type | Method and Description |
|---|---|
UpdateCallAnalyticsCategoryResponse.Builder |
categoryProperties(CategoryProperties categoryProperties)
The attributes describing the analytics category.
|
default UpdateCallAnalyticsCategoryResponse.Builder |
categoryProperties(Consumer<CategoryProperties.Builder> categoryProperties)
The attributes describing the analytics category.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateCallAnalyticsCategoryResponse.Builder categoryProperties(CategoryProperties categoryProperties)
The attributes describing the analytics category. You can see information such as the rules that you've used to update the category and when the category was originally created.
categoryProperties - The attributes describing the analytics category. You can see information such as the rules that
you've used to update the category and when the category was originally created.default UpdateCallAnalyticsCategoryResponse.Builder categoryProperties(Consumer<CategoryProperties.Builder> categoryProperties)
The attributes describing the analytics category. You can see information such as the rules that you've used to update the category and when the category was originally created.
This is a convenience that creates an instance of theCategoryProperties.Builder avoiding the need to
create one manually via CategoryProperties.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to categoryProperties(CategoryProperties).categoryProperties - a consumer that will call methods on CategoryProperties.BuildercategoryProperties(CategoryProperties)Copyright © 2021. All rights reserved.