public static interface NotificationConfiguration.Builder extends SdkPojo, CopyableBuilder<NotificationConfiguration.Builder,NotificationConfiguration>
| Modifier and Type | Method and Description |
|---|---|
NotificationConfiguration.Builder |
channels(Channel... channels)
List of up to two channels to be used for sending notifications for events detected from the application
profile.
|
NotificationConfiguration.Builder |
channels(Collection<Channel> channels)
List of up to two channels to be used for sending notifications for events detected from the application
profile.
|
NotificationConfiguration.Builder |
channels(Consumer<Channel.Builder>... channels)
List of up to two channels to be used for sending notifications for events detected from the application
profile.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildNotificationConfiguration.Builder channels(Collection<Channel> channels)
List of up to two channels to be used for sending notifications for events detected from the application profile.
channels - List of up to two channels to be used for sending notifications for events detected from the
application profile.NotificationConfiguration.Builder channels(Channel... channels)
List of up to two channels to be used for sending notifications for events detected from the application profile.
channels - List of up to two channels to be used for sending notifications for events detected from the
application profile.NotificationConfiguration.Builder channels(Consumer<Channel.Builder>... channels)
List of up to two channels to be used for sending notifications for events detected from the application profile.
This is a convenience method that creates an instance of theChannel.Builder avoiding the need to create
one manually via Channel.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #channels(List.
channels - a consumer that will call methods on
Channel.Builder#channels(java.util.Collection) Copyright © 2023. All rights reserved.