public abstract static class EventNotificationContext.Builder extends Object
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
abstract EventNotificationContext |
build() |
static EventNotificationContext.Builder |
create() |
abstract EventNotificationContext.Builder |
event(EventDto event) |
abstract EventNotificationContext.Builder |
eventDefinition(EventDefinitionDto eventDefinition) |
abstract EventNotificationContext.Builder |
jobTrigger(JobTriggerDto jobTrigger) |
abstract EventNotificationContext.Builder |
notificationConfig(EventNotificationConfig notificationConfig) |
abstract EventNotificationContext.Builder |
notificationId(String notificationId) |
public static EventNotificationContext.Builder create()
public abstract EventNotificationContext.Builder notificationId(String notificationId)
public abstract EventNotificationContext.Builder notificationConfig(EventNotificationConfig notificationConfig)
public abstract EventNotificationContext.Builder event(EventDto event)
public abstract EventNotificationContext.Builder eventDefinition(@Nullable EventDefinitionDto eventDefinition)
public abstract EventNotificationContext.Builder jobTrigger(JobTriggerDto jobTrigger)
public abstract EventNotificationContext build()
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.