Package software.amazon.awssdk.services.transcribestreaming.model.callanalyticstranscriptresultstream
Interface DefaultCategoryEvent.Builder
-
- All Superinterfaces:
Buildable,CategoryEvent.Builder,CopyableBuilder<CategoryEvent.Builder,CategoryEvent>,SdkBuilder<CategoryEvent.Builder,CategoryEvent>,SdkPojo
- Enclosing class:
- DefaultCategoryEvent
public static interface DefaultCategoryEvent.Builder extends CategoryEvent.Builder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DefaultCategoryEventbuild()-
Methods inherited from interface software.amazon.awssdk.services.transcribestreaming.model.CategoryEvent.Builder
matchedCategories, matchedCategories, matchedDetails
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
build
DefaultCategoryEvent build()
- Specified by:
buildin interfaceBuildable- Specified by:
buildin interfaceSdkBuilder<CategoryEvent.Builder,CategoryEvent>
-
-