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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Categories.BuildermatchedCategories(String... matchedCategories)The category rules that have been matched in the analyzed segment.Categories.BuildermatchedCategories(Collection<String> matchedCategories)The category rules that have been matched in the analyzed segment.Categories.BuildermatchedDetails(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 Detail
-
matchedCategories
Categories.Builder matchedCategories(Collection<String> 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
Categories.Builder matchedCategories(String... 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
Categories.Builder matchedDetails(Map<String,CategoryDetails> 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.
-
-