Interface GetCallAnalyticsCategoryResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetCallAnalyticsCategoryResponse.Builder,GetCallAnalyticsCategoryResponse>,SdkBuilder<GetCallAnalyticsCategoryResponse.Builder,GetCallAnalyticsCategoryResponse>,SdkPojo,SdkResponse.Builder,TranscribeResponse.Builder
- Enclosing class:
- GetCallAnalyticsCategoryResponse
public static interface GetCallAnalyticsCategoryResponse.Builder extends TranscribeResponse.Builder, SdkPojo, CopyableBuilder<GetCallAnalyticsCategoryResponse.Builder,GetCallAnalyticsCategoryResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default GetCallAnalyticsCategoryResponse.BuildercategoryProperties(Consumer<CategoryProperties.Builder> categoryProperties)Provides you with the properties of the Call Analytics category you specified in yourGetCallAnalyticsCategoryrequest.GetCallAnalyticsCategoryResponse.BuildercategoryProperties(CategoryProperties categoryProperties)Provides you with the properties of the Call Analytics category you specified in yourGetCallAnalyticsCategoryrequest.-
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, 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 Detail
-
categoryProperties
GetCallAnalyticsCategoryResponse.Builder categoryProperties(CategoryProperties categoryProperties)
Provides you with the properties of the Call Analytics category you specified in your
GetCallAnalyticsCategoryrequest.- Parameters:
categoryProperties- Provides you with the properties of the Call Analytics category you specified in yourGetCallAnalyticsCategoryrequest.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
categoryProperties
default GetCallAnalyticsCategoryResponse.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 theGetCallAnalyticsCategoryrequest.CategoryProperties.Builderavoiding the need to create one manually viaCategoryProperties.builder().When the
Consumercompletes,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:
categoryProperties(CategoryProperties)
-
-