public static interface UpdateCallAnalyticsCategoryRequest.Builder extends TranscribeRequest.Builder, SdkPojo, CopyableBuilder<UpdateCallAnalyticsCategoryRequest.Builder,UpdateCallAnalyticsCategoryRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateCallAnalyticsCategoryRequest.Builder |
categoryName(String categoryName)
The name of the Call Analytics category you want to update.
|
UpdateCallAnalyticsCategoryRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateCallAnalyticsCategoryRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateCallAnalyticsCategoryRequest.Builder |
rules(Collection<Rule> rules)
The rules used for the updated Call Analytics category.
|
UpdateCallAnalyticsCategoryRequest.Builder |
rules(Consumer<Rule.Builder>... rules)
The rules used for the updated Call Analytics category.
|
UpdateCallAnalyticsCategoryRequest.Builder |
rules(Rule... rules)
The rules used for the updated Call Analytics category.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateCallAnalyticsCategoryRequest.Builder categoryName(String categoryName)
The name of the Call Analytics category you want to update. Category names are case sensitive.
categoryName - The name of the Call Analytics category you want to update. Category names are case sensitive.UpdateCallAnalyticsCategoryRequest.Builder rules(Collection<Rule> rules)
The rules used for the updated Call Analytics category. The rules you provide in this field replace the ones that are currently being used in the specified category.
rules - The rules used for the updated Call Analytics category. The rules you provide in this field replace
the ones that are currently being used in the specified category.UpdateCallAnalyticsCategoryRequest.Builder rules(Rule... rules)
The rules used for the updated Call Analytics category. The rules you provide in this field replace the ones that are currently being used in the specified category.
rules - The rules used for the updated Call Analytics category. The rules you provide in this field replace
the ones that are currently being used in the specified category.UpdateCallAnalyticsCategoryRequest.Builder rules(Consumer<Rule.Builder>... rules)
The rules used for the updated Call Analytics category. The rules you provide in this field replace the ones that are currently being used in the specified category.
This is a convenience method 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 #rules(List) .rules - a consumer that will call methods on List.Builder #rules(List) UpdateCallAnalyticsCategoryRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateCallAnalyticsCategoryRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.