public static interface NotificationFilterConfig.Builder extends SdkPojo, CopyableBuilder<NotificationFilterConfig.Builder,NotificationFilterConfig>
| Modifier and Type | Method and Description |
|---|---|
NotificationFilterConfig.Builder |
messageTypes(Collection<NotificationMessageType> messageTypes)
The events that you want to receive notifications for.
|
NotificationFilterConfig.Builder |
messageTypes(NotificationMessageType... messageTypes)
The events that you want to receive notifications for.
|
NotificationFilterConfig.Builder |
messageTypesWithStrings(Collection<String> messageTypes)
The events that you want to receive notifications for.
|
NotificationFilterConfig.Builder |
messageTypesWithStrings(String... messageTypes)
The events that you want to receive notifications for.
|
NotificationFilterConfig.Builder |
severities(Collection<InsightSeverity> severities)
The severity levels that you want to receive notifications for.
|
NotificationFilterConfig.Builder |
severities(InsightSeverity... severities)
The severity levels that you want to receive notifications for.
|
NotificationFilterConfig.Builder |
severitiesWithStrings(Collection<String> severities)
The severity levels that you want to receive notifications for.
|
NotificationFilterConfig.Builder |
severitiesWithStrings(String... severities)
The severity levels that you want to receive notifications for.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildNotificationFilterConfig.Builder severitiesWithStrings(Collection<String> severities)
The severity levels that you want to receive notifications for. For example, you can choose to receive
notifications only for insights with HIGH and MEDIUM severity levels. For more
information, see Understanding insight severities.
severities - The severity levels that you want to receive notifications for. For example, you can choose to receive
notifications only for insights with HIGH and MEDIUM severity levels. For
more information, see Understanding insight severities.NotificationFilterConfig.Builder severitiesWithStrings(String... severities)
The severity levels that you want to receive notifications for. For example, you can choose to receive
notifications only for insights with HIGH and MEDIUM severity levels. For more
information, see Understanding insight severities.
severities - The severity levels that you want to receive notifications for. For example, you can choose to receive
notifications only for insights with HIGH and MEDIUM severity levels. For
more information, see Understanding insight severities.NotificationFilterConfig.Builder severities(Collection<InsightSeverity> severities)
The severity levels that you want to receive notifications for. For example, you can choose to receive
notifications only for insights with HIGH and MEDIUM severity levels. For more
information, see Understanding insight severities.
severities - The severity levels that you want to receive notifications for. For example, you can choose to receive
notifications only for insights with HIGH and MEDIUM severity levels. For
more information, see Understanding insight severities.NotificationFilterConfig.Builder severities(InsightSeverity... severities)
The severity levels that you want to receive notifications for. For example, you can choose to receive
notifications only for insights with HIGH and MEDIUM severity levels. For more
information, see Understanding insight severities.
severities - The severity levels that you want to receive notifications for. For example, you can choose to receive
notifications only for insights with HIGH and MEDIUM severity levels. For
more information, see Understanding insight severities.NotificationFilterConfig.Builder messageTypesWithStrings(Collection<String> messageTypes)
The events that you want to receive notifications for. For example, you can choose to receive notifications only when the severity level is upgraded or a new insight is created.
messageTypes - The events that you want to receive notifications for. For example, you can choose to receive
notifications only when the severity level is upgraded or a new insight is created.NotificationFilterConfig.Builder messageTypesWithStrings(String... messageTypes)
The events that you want to receive notifications for. For example, you can choose to receive notifications only when the severity level is upgraded or a new insight is created.
messageTypes - The events that you want to receive notifications for. For example, you can choose to receive
notifications only when the severity level is upgraded or a new insight is created.NotificationFilterConfig.Builder messageTypes(Collection<NotificationMessageType> messageTypes)
The events that you want to receive notifications for. For example, you can choose to receive notifications only when the severity level is upgraded or a new insight is created.
messageTypes - The events that you want to receive notifications for. For example, you can choose to receive
notifications only when the severity level is upgraded or a new insight is created.NotificationFilterConfig.Builder messageTypes(NotificationMessageType... messageTypes)
The events that you want to receive notifications for. For example, you can choose to receive notifications only when the severity level is upgraded or a new insight is created.
messageTypes - The events that you want to receive notifications for. For example, you can choose to receive
notifications only when the severity level is upgraded or a new insight is created.Copyright © 2023. All rights reserved.