Class TeamsEventNotificationConfig.Builder
java.lang.Object
org.graylog.integrations.notifications.types.microsoftteams.TeamsEventNotificationConfig.Builder
- All Implemented Interfaces:
EventNotificationConfig.Builder<TeamsEventNotificationConfig.Builder>
- Enclosing class:
- TeamsEventNotificationConfig
public abstract static class TeamsEventNotificationConfig.Builder
extends Object
implements EventNotificationConfig.Builder<TeamsEventNotificationConfig.Builder>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract TeamsEventNotificationConfig.BuilderbacklogSize(long backlogSize) abstract TeamsEventNotificationConfigbuild()abstract TeamsEventNotificationConfig.Buildercreate()abstract TeamsEventNotificationConfig.BuildercustomMessage(String customMessage) abstract TeamsEventNotificationConfig.Builderabstract TeamsEventNotificationConfig.BuildertimeZone(org.joda.time.DateTimeZone timeZone) abstract TeamsEventNotificationConfig.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
-
customMessage
-
iconUrl
-
backlogSize
-
timeZone
-
build
-