public static interface RealTimeAlertConfiguration.Builder extends SdkPojo, CopyableBuilder<RealTimeAlertConfiguration.Builder,RealTimeAlertConfiguration>
| Modifier and Type | Method and Description |
|---|---|
RealTimeAlertConfiguration.Builder |
disabled(Boolean disabled)
Turns off real-time alerts.
|
RealTimeAlertConfiguration.Builder |
rules(Collection<RealTimeAlertRule> rules)
The rules in the alert.
|
RealTimeAlertConfiguration.Builder |
rules(Consumer<RealTimeAlertRule.Builder>... rules)
The rules in the alert.
|
RealTimeAlertConfiguration.Builder |
rules(RealTimeAlertRule... rules)
The rules in the alert.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRealTimeAlertConfiguration.Builder disabled(Boolean disabled)
Turns off real-time alerts.
disabled - Turns off real-time alerts.RealTimeAlertConfiguration.Builder rules(Collection<RealTimeAlertRule> rules)
The rules in the alert. Rules specify the words or phrases that you want to be notified about.
rules - The rules in the alert. Rules specify the words or phrases that you want to be notified about.RealTimeAlertConfiguration.Builder rules(RealTimeAlertRule... rules)
The rules in the alert. Rules specify the words or phrases that you want to be notified about.
rules - The rules in the alert. Rules specify the words or phrases that you want to be notified about.RealTimeAlertConfiguration.Builder rules(Consumer<RealTimeAlertRule.Builder>... rules)
The rules in the alert. Rules specify the words or phrases that you want to be notified about.
This is a convenience method that creates an instance of theRealTimeAlertRule.Builder avoiding the
need to create one manually via
RealTimeAlertRule.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #rules(List.
rules - a consumer that will call methods on
RealTimeAlertRule.Builder#rules(java.util.Collection) Copyright © 2023. All rights reserved.