Interface UpdateCallAnalyticsCategoryResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<UpdateCallAnalyticsCategoryResponse.Builder,
,UpdateCallAnalyticsCategoryResponse> SdkBuilder<UpdateCallAnalyticsCategoryResponse.Builder,
,UpdateCallAnalyticsCategoryResponse> SdkPojo
,SdkResponse.Builder
,TranscribeResponse.Builder
- Enclosing class:
UpdateCallAnalyticsCategoryResponse
@Mutable
@NotThreadSafe
public static interface UpdateCallAnalyticsCategoryResponse.Builder
extends TranscribeResponse.Builder, SdkPojo, CopyableBuilder<UpdateCallAnalyticsCategoryResponse.Builder,UpdateCallAnalyticsCategoryResponse>
-
Method Summary
Modifier and TypeMethodDescriptioncategoryProperties
(Consumer<CategoryProperties.Builder> categoryProperties) Provides you with the properties of the Call Analytics category you specified in yourUpdateCallAnalyticsCategory
request.categoryProperties
(CategoryProperties categoryProperties) Provides you with the properties of the Call Analytics category you specified in yourUpdateCallAnalyticsCategory
request.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
Methods inherited from interface software.amazon.awssdk.services.transcribe.model.TranscribeResponse.Builder
build, responseMetadata, responseMetadata
-
Method Details
-
categoryProperties
UpdateCallAnalyticsCategoryResponse.Builder categoryProperties(CategoryProperties categoryProperties) Provides you with the properties of the Call Analytics category you specified in your
UpdateCallAnalyticsCategory
request.- Parameters:
categoryProperties
- Provides you with the properties of the Call Analytics category you specified in yourUpdateCallAnalyticsCategory
request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
categoryProperties
default UpdateCallAnalyticsCategoryResponse.Builder categoryProperties(Consumer<CategoryProperties.Builder> categoryProperties) Provides you with the properties of the Call Analytics category you specified in your
This is a convenience method that creates an instance of theUpdateCallAnalyticsCategory
request.CategoryProperties.Builder
avoiding the need to create one manually viaCategoryProperties.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tocategoryProperties(CategoryProperties)
.- Parameters:
categoryProperties
- a consumer that will call methods onCategoryProperties.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-