Class PagerDutyNotificationConfigEntity.Builder
java.lang.Object
org.graylog.integrations.pagerduty.PagerDutyNotificationConfigEntity.Builder
- All Implemented Interfaces:
EventNotificationConfigEntity.Builder<PagerDutyNotificationConfigEntity.Builder>
- Enclosing class:
- PagerDutyNotificationConfigEntity
public abstract static class PagerDutyNotificationConfigEntity.Builder
extends Object
implements EventNotificationConfigEntity.Builder<PagerDutyNotificationConfigEntity.Builder>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract PagerDutyNotificationConfigEntitybuild()clientName(ValueReference clientName) clientUrl(ValueReference clientUrl) create()customIncident(ValueReference customIncident) keyPrefix(ValueReference keyPrefix) routingKey(ValueReference routingKey) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.graylog.events.contentpack.entities.EventNotificationConfigEntity.Builder
type
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
create
-
routingKey
-
customIncident
public abstract PagerDutyNotificationConfigEntity.Builder customIncident(ValueReference customIncident) -
keyPrefix
-
clientName
-
clientUrl
-
build
-