| Package | Description |
|---|---|
| com.amazonaws.services.chimesdkmediapipelines.model |
| Modifier and Type | Method and Description |
|---|---|
KeywordMatchConfiguration |
KeywordMatchConfiguration.clone() |
KeywordMatchConfiguration |
RealTimeAlertRule.getKeywordMatchConfiguration()
Specifies the settings for matching the keywords in a real-time alert rule.
|
KeywordMatchConfiguration |
KeywordMatchConfiguration.withKeywords(Collection<String> keywords)
The keywords or phrases that you want to match.
|
KeywordMatchConfiguration |
KeywordMatchConfiguration.withKeywords(String... keywords)
The keywords or phrases that you want to match.
|
KeywordMatchConfiguration |
KeywordMatchConfiguration.withNegate(Boolean negate)
Matches keywords or phrases on their presence or absence.
|
KeywordMatchConfiguration |
KeywordMatchConfiguration.withRuleName(String ruleName)
The name of the keyword match rule.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RealTimeAlertRule.setKeywordMatchConfiguration(KeywordMatchConfiguration keywordMatchConfiguration)
Specifies the settings for matching the keywords in a real-time alert rule.
|
RealTimeAlertRule |
RealTimeAlertRule.withKeywordMatchConfiguration(KeywordMatchConfiguration keywordMatchConfiguration)
Specifies the settings for matching the keywords in a real-time alert rule.
|
Copyright © 2023. All rights reserved.