| Package | Description |
|---|---|
| software.amazon.awssdk.services.chimesdkmediapipelines.model |
| Modifier and Type | Method and Description |
|---|---|
static KeywordMatchConfiguration.Builder |
KeywordMatchConfiguration.builder() |
KeywordMatchConfiguration.Builder |
KeywordMatchConfiguration.Builder.keywords(Collection<String> keywords)
The keywords or phrases that you want to match.
|
KeywordMatchConfiguration.Builder |
KeywordMatchConfiguration.Builder.keywords(String... keywords)
The keywords or phrases that you want to match.
|
KeywordMatchConfiguration.Builder |
KeywordMatchConfiguration.Builder.negate(Boolean negate)
Matches keywords or phrases on their presence or absence.
|
KeywordMatchConfiguration.Builder |
KeywordMatchConfiguration.Builder.ruleName(String ruleName)
The name of the keyword match rule.
|
KeywordMatchConfiguration.Builder |
KeywordMatchConfiguration.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends KeywordMatchConfiguration.Builder> |
KeywordMatchConfiguration.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default RealTimeAlertRule.Builder |
RealTimeAlertRule.Builder.keywordMatchConfiguration(Consumer<KeywordMatchConfiguration.Builder> keywordMatchConfiguration)
Specifies the settings for matching the keywords in a real-time alert rule.
|
Copyright © 2023. All rights reserved.