Class SlackEventNotificationConfig.Builder
java.lang.Object
org.graylog.integrations.notifications.types.SlackEventNotificationConfig.Builder
- All Implemented Interfaces:
EventNotificationConfig.Builder<SlackEventNotificationConfig.Builder>
- Enclosing class:
- SlackEventNotificationConfig
public abstract static class SlackEventNotificationConfig.Builder
extends Object
implements EventNotificationConfig.Builder<SlackEventNotificationConfig.Builder>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract SlackEventNotificationConfig.BuilderbacklogSize(long backlogSize) abstract SlackEventNotificationConfigbuild()abstract SlackEventNotificationConfig.Builderabstract SlackEventNotificationConfig.Buildercreate()abstract SlackEventNotificationConfig.BuildercustomMessage(String customMessage) abstract SlackEventNotificationConfig.Builderabstract SlackEventNotificationConfig.Builderabstract SlackEventNotificationConfig.BuilderincludeTitle(Boolean includeTitle) abstract SlackEventNotificationConfig.BuilderlinkNames(boolean linkNames) abstract SlackEventNotificationConfig.BuildernotifyChannel(boolean notifyChannel) abstract SlackEventNotificationConfig.BuildernotifyHere(Boolean notifyHere) abstract SlackEventNotificationConfig.BuildertimeZone(org.joda.time.DateTimeZone timeZone) abstract SlackEventNotificationConfig.Builderabstract SlackEventNotificationConfig.BuilderwebhookUrl(String webhookUrl) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.graylog.events.notifications.EventNotificationConfig.Builder
type
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
create
-
color
-
webhookUrl
-
channel
-
customMessage
-
userName
-
notifyChannel
-
linkNames
-
iconUrl
-
iconEmoji
-
backlogSize
-
timeZone
-
includeTitle
-
notifyHere
-
build
-