public static interface CreateCallAnalyticsCategoryResponse.Builder extends TranscribeResponse.Builder, SdkPojo, CopyableBuilder<CreateCallAnalyticsCategoryResponse.Builder,CreateCallAnalyticsCategoryResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateCallAnalyticsCategoryResponse.Builder |
categoryProperties(CategoryProperties categoryProperties)
The rules and associated metadata used to create a category.
|
default CreateCallAnalyticsCategoryResponse.Builder |
categoryProperties(Consumer<CategoryProperties.Builder> categoryProperties)
The rules and associated metadata used to create a category.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateCallAnalyticsCategoryResponse.Builder categoryProperties(CategoryProperties categoryProperties)
The rules and associated metadata used to create a category.
categoryProperties - The rules and associated metadata used to create a category.default CreateCallAnalyticsCategoryResponse.Builder categoryProperties(Consumer<CategoryProperties.Builder> categoryProperties)
The rules and associated metadata used to create 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.