Interface RealTimeContactAnalysisSegmentCategories.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<RealTimeContactAnalysisSegmentCategories.Builder,RealTimeContactAnalysisSegmentCategories>,SdkBuilder<RealTimeContactAnalysisSegmentCategories.Builder,RealTimeContactAnalysisSegmentCategories>,SdkPojo
- Enclosing class:
- RealTimeContactAnalysisSegmentCategories
public static interface RealTimeContactAnalysisSegmentCategories.Builder extends SdkPojo, CopyableBuilder<RealTimeContactAnalysisSegmentCategories.Builder,RealTimeContactAnalysisSegmentCategories>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RealTimeContactAnalysisSegmentCategories.BuildermatchedDetails(Map<String,RealTimeContactAnalysisCategoryDetails> matchedDetails)Map between the name of the matched rule and RealTimeContactAnalysisCategoryDetails.-
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
-
matchedDetails
RealTimeContactAnalysisSegmentCategories.Builder matchedDetails(Map<String,RealTimeContactAnalysisCategoryDetails> matchedDetails)
Map between the name of the matched rule and RealTimeContactAnalysisCategoryDetails.
- Parameters:
matchedDetails- Map between the name of the matched rule and RealTimeContactAnalysisCategoryDetails.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-