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 analytics category 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 analytics category.
|
UpdateCallAnalyticsCategoryRequest.Builder |
rules(Consumer<Rule.Builder>... rules)
The rules used for the updated analytics category.
|
UpdateCallAnalyticsCategoryRequest.Builder |
rules(Rule... rules)
The rules used for the updated analytics category.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateCallAnalyticsCategoryRequest.Builder categoryName(String categoryName)
The name of the analytics category to update. The name is case sensitive. If you try to update a call
analytics category with the same name as a previous category you will receive a
ConflictException error.
categoryName - The name of the analytics category to update. The name is case sensitive. If you try to update a call
analytics category with the same name as a previous category you will receive a
ConflictException error.UpdateCallAnalyticsCategoryRequest.Builder rules(Collection<Rule> rules)
The rules used for the updated analytics category. The rules that you provide in this field replace the ones that are currently being used.
rules - The rules used for the updated analytics category. The rules that you provide in this field replace
the ones that are currently being used.UpdateCallAnalyticsCategoryRequest.Builder rules(Rule... rules)
The rules used for the updated analytics category. The rules that you provide in this field replace the ones that are currently being used.
rules - The rules used for the updated analytics category. The rules that you provide in this field replace
the ones that are currently being used.UpdateCallAnalyticsCategoryRequest.Builder rules(Consumer<Rule.Builder>... rules)
The rules used for the updated analytics category. The rules that you provide in this field replace the ones that are currently being used.
This is a convenience 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 © 2021. All rights reserved.