Interface Categories.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<Categories.Builder,
,Categories> SdkBuilder<Categories.Builder,
,Categories> SdkPojo
- Enclosing class:
Categories
public static interface Categories.Builder
extends SdkPojo, CopyableBuilder<Categories.Builder,Categories>
-
Method Summary
Modifier and TypeMethodDescriptionmatchedCategories
(String... matchedCategories) The category rules that have been matched in the analyzed segment.matchedCategories
(Collection<String> matchedCategories) The category rules that have been matched in the analyzed segment.matchedDetails
(Map<String, CategoryDetails> matchedDetails) The category rule that was matched and when it occurred in the transcript.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
-
Method Details
-
matchedCategories
The category rules that have been matched in the analyzed segment.
- Parameters:
matchedCategories
- The category rules that have been matched in the analyzed segment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
matchedCategories
The category rules that have been matched in the analyzed segment.
- Parameters:
matchedCategories
- The category rules that have been matched in the analyzed segment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
matchedDetails
The category rule that was matched and when it occurred in the transcript.
- Parameters:
matchedDetails
- The category rule that was matched and when it occurred in the transcript.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-