public static interface UpdateCallAnalyticsCategoryRequest.Builder extends TranscribeRequest.Builder, SdkPojo, CopyableBuilder<UpdateCallAnalyticsCategoryRequest.Builder,UpdateCallAnalyticsCategoryRequest>
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 theRule.Builder avoiding the need to create one
manually via Rule.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #rules(List.
rules - a consumer that will call methods on
Rule.Builder#rules(java.util.Collection) UpdateCallAnalyticsCategoryRequest.Builder inputType(String inputType)
Choose whether you want to update a streaming or a batch Call Analytics category. The input type you specify
must match the input type specified when the category was created. For example, if you created a category
with the POST_CALL input type, you must use POST_CALL as the input type when
updating this category.
inputType - Choose whether you want to update a streaming or a batch Call Analytics category. The input type you
specify must match the input type specified when the category was created. For example, if you created
a category with the POST_CALL input type, you must use POST_CALL as the
input type when updating this category.InputType,
InputTypeUpdateCallAnalyticsCategoryRequest.Builder inputType(InputType inputType)
Choose whether you want to update a streaming or a batch Call Analytics category. The input type you specify
must match the input type specified when the category was created. For example, if you created a category
with the POST_CALL input type, you must use POST_CALL as the input type when
updating this category.
inputType - Choose whether you want to update a streaming or a batch Call Analytics category. The input type you
specify must match the input type specified when the category was created. For example, if you created
a category with the POST_CALL input type, you must use POST_CALL as the
input type when updating this category.InputType,
InputTypeUpdateCallAnalyticsCategoryRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateCallAnalyticsCategoryRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.