public static interface RealTimeAlertRule.Builder extends SdkPojo, CopyableBuilder<RealTimeAlertRule.Builder,RealTimeAlertRule>
| Modifier and Type | Method and Description |
|---|---|
default RealTimeAlertRule.Builder |
issueDetectionConfiguration(Consumer<IssueDetectionConfiguration.Builder> issueDetectionConfiguration)
Specifies the issue detection settings for a real-time alert rule.
|
RealTimeAlertRule.Builder |
issueDetectionConfiguration(IssueDetectionConfiguration issueDetectionConfiguration)
Specifies the issue detection settings for a real-time alert rule.
|
default RealTimeAlertRule.Builder |
keywordMatchConfiguration(Consumer<KeywordMatchConfiguration.Builder> keywordMatchConfiguration)
Specifies the settings for matching the keywords in a real-time alert rule.
|
RealTimeAlertRule.Builder |
keywordMatchConfiguration(KeywordMatchConfiguration keywordMatchConfiguration)
Specifies the settings for matching the keywords in a real-time alert rule.
|
default RealTimeAlertRule.Builder |
sentimentConfiguration(Consumer<SentimentConfiguration.Builder> sentimentConfiguration)
Specifies the settings for predicting sentiment in a real-time alert rule.
|
RealTimeAlertRule.Builder |
sentimentConfiguration(SentimentConfiguration sentimentConfiguration)
Specifies the settings for predicting sentiment in a real-time alert rule.
|
RealTimeAlertRule.Builder |
type(RealTimeAlertRuleType type)
The type of alert rule.
|
RealTimeAlertRule.Builder |
type(String type)
The type of alert rule.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRealTimeAlertRule.Builder type(String type)
The type of alert rule.
type - The type of alert rule.RealTimeAlertRuleType,
RealTimeAlertRuleTypeRealTimeAlertRule.Builder type(RealTimeAlertRuleType type)
The type of alert rule.
type - The type of alert rule.RealTimeAlertRuleType,
RealTimeAlertRuleTypeRealTimeAlertRule.Builder keywordMatchConfiguration(KeywordMatchConfiguration keywordMatchConfiguration)
Specifies the settings for matching the keywords in a real-time alert rule.
keywordMatchConfiguration - Specifies the settings for matching the keywords in a real-time alert rule.default RealTimeAlertRule.Builder keywordMatchConfiguration(Consumer<KeywordMatchConfiguration.Builder> keywordMatchConfiguration)
Specifies the settings for matching the keywords in a real-time alert rule.
This is a convenience method that creates an instance of theKeywordMatchConfiguration.Builder
avoiding the need to create one manually via KeywordMatchConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to keywordMatchConfiguration(KeywordMatchConfiguration).
keywordMatchConfiguration - a consumer that will call methods on KeywordMatchConfiguration.BuilderkeywordMatchConfiguration(KeywordMatchConfiguration)RealTimeAlertRule.Builder sentimentConfiguration(SentimentConfiguration sentimentConfiguration)
Specifies the settings for predicting sentiment in a real-time alert rule.
sentimentConfiguration - Specifies the settings for predicting sentiment in a real-time alert rule.default RealTimeAlertRule.Builder sentimentConfiguration(Consumer<SentimentConfiguration.Builder> sentimentConfiguration)
Specifies the settings for predicting sentiment in a real-time alert rule.
This is a convenience method that creates an instance of theSentimentConfiguration.Builder avoiding
the need to create one manually via SentimentConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to sentimentConfiguration(SentimentConfiguration).
sentimentConfiguration - a consumer that will call methods on SentimentConfiguration.BuildersentimentConfiguration(SentimentConfiguration)RealTimeAlertRule.Builder issueDetectionConfiguration(IssueDetectionConfiguration issueDetectionConfiguration)
Specifies the issue detection settings for a real-time alert rule.
issueDetectionConfiguration - Specifies the issue detection settings for a real-time alert rule.default RealTimeAlertRule.Builder issueDetectionConfiguration(Consumer<IssueDetectionConfiguration.Builder> issueDetectionConfiguration)
Specifies the issue detection settings for a real-time alert rule.
This is a convenience method that creates an instance of theIssueDetectionConfiguration.Builder
avoiding the need to create one manually via IssueDetectionConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to issueDetectionConfiguration(IssueDetectionConfiguration).
issueDetectionConfiguration - a consumer that will call methods on IssueDetectionConfiguration.BuilderissueDetectionConfiguration(IssueDetectionConfiguration)Copyright © 2023. All rights reserved.