Uses of Interface
software.amazon.awssdk.services.chimesdkmediapipelines.model.KeywordMatchConfiguration.Builder
-
Packages that use KeywordMatchConfiguration.Builder Package Description software.amazon.awssdk.services.chimesdkmediapipelines.model -
-
Uses of KeywordMatchConfiguration.Builder in software.amazon.awssdk.services.chimesdkmediapipelines.model
Methods in software.amazon.awssdk.services.chimesdkmediapipelines.model that return KeywordMatchConfiguration.Builder Modifier and Type Method Description static KeywordMatchConfiguration.BuilderKeywordMatchConfiguration. builder()KeywordMatchConfiguration.BuilderKeywordMatchConfiguration.Builder. keywords(String... keywords)The keywords or phrases that you want to match.KeywordMatchConfiguration.BuilderKeywordMatchConfiguration.Builder. keywords(Collection<String> keywords)The keywords or phrases that you want to match.KeywordMatchConfiguration.BuilderKeywordMatchConfiguration.Builder. negate(Boolean negate)Matches keywords or phrases on their presence or absence.KeywordMatchConfiguration.BuilderKeywordMatchConfiguration.Builder. ruleName(String ruleName)The name of the keyword match rule.KeywordMatchConfiguration.BuilderKeywordMatchConfiguration. toBuilder()Methods in software.amazon.awssdk.services.chimesdkmediapipelines.model that return types with arguments of type KeywordMatchConfiguration.Builder Modifier and Type Method Description static Class<? extends KeywordMatchConfiguration.Builder>KeywordMatchConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.chimesdkmediapipelines.model with type arguments of type KeywordMatchConfiguration.Builder Modifier and Type Method Description default RealTimeAlertRule.BuilderRealTimeAlertRule.Builder. keywordMatchConfiguration(Consumer<KeywordMatchConfiguration.Builder> keywordMatchConfiguration)Specifies the settings for matching the keywords in a real-time alert rule.
-