static RealTimeAlertRule.Builder |
RealTimeAlertRule.builder() |
|
default RealTimeAlertRule.Builder |
RealTimeAlertRule.Builder.issueDetectionConfiguration(Consumer<IssueDetectionConfiguration.Builder> issueDetectionConfiguration) |
Specifies the issue detection settings for a real-time alert rule.
|
RealTimeAlertRule.Builder |
RealTimeAlertRule.Builder.issueDetectionConfiguration(IssueDetectionConfiguration issueDetectionConfiguration) |
Specifies the issue detection settings for a real-time alert rule.
|
default RealTimeAlertRule.Builder |
RealTimeAlertRule.Builder.keywordMatchConfiguration(Consumer<KeywordMatchConfiguration.Builder> keywordMatchConfiguration) |
Specifies the settings for matching the keywords in a real-time alert rule.
|
RealTimeAlertRule.Builder |
RealTimeAlertRule.Builder.keywordMatchConfiguration(KeywordMatchConfiguration keywordMatchConfiguration) |
Specifies the settings for matching the keywords in a real-time alert rule.
|
default RealTimeAlertRule.Builder |
RealTimeAlertRule.Builder.sentimentConfiguration(Consumer<SentimentConfiguration.Builder> sentimentConfiguration) |
Specifies the settings for predicting sentiment in a real-time alert rule.
|
RealTimeAlertRule.Builder |
RealTimeAlertRule.Builder.sentimentConfiguration(SentimentConfiguration sentimentConfiguration) |
Specifies the settings for predicting sentiment in a real-time alert rule.
|
RealTimeAlertRule.Builder |
RealTimeAlertRule.toBuilder() |
|
RealTimeAlertRule.Builder |
RealTimeAlertRule.Builder.type(String type) |
The type of alert rule.
|
RealTimeAlertRule.Builder |
RealTimeAlertRule.Builder.type(RealTimeAlertRuleType type) |
The type of alert rule.
|