public abstract static class EventNotificationHandler.Config.Builder extends Object
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
abstract EventNotificationHandler.Config |
build() |
static EventNotificationHandler.Config.Builder |
create() |
abstract EventNotificationHandler.Config.Builder |
notificationId(String notificationId) |
abstract EventNotificationHandler.Config.Builder |
notificationParameters(NotificationParameters notificationParameters) |
public static EventNotificationHandler.Config.Builder create()
public abstract EventNotificationHandler.Config.Builder notificationId(String notificationId)
public abstract EventNotificationHandler.Config.Builder notificationParameters(@Nullable NotificationParameters notificationParameters)
public abstract EventNotificationHandler.Config build()
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.