public static interface GetCallAnalyticsCategoryResponse.Builder extends TranscribeResponse.Builder, SdkPojo, CopyableBuilder<GetCallAnalyticsCategoryResponse.Builder,GetCallAnalyticsCategoryResponse>
| Modifier and Type | Method and Description |
|---|---|
GetCallAnalyticsCategoryResponse.Builder |
categoryProperties(CategoryProperties categoryProperties)
The rules you've defined for a category.
|
default GetCallAnalyticsCategoryResponse.Builder |
categoryProperties(Consumer<CategoryProperties.Builder> categoryProperties)
The rules you've defined for a category.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetCallAnalyticsCategoryResponse.Builder categoryProperties(CategoryProperties categoryProperties)
The rules you've defined for a category.
categoryProperties - The rules you've defined for a category.default GetCallAnalyticsCategoryResponse.Builder categoryProperties(Consumer<CategoryProperties.Builder> categoryProperties)
The rules you've defined for a category.
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.