Class HTTPEventNotificationConfig.Builder
java.lang.Object
org.graylog.events.notifications.types.HTTPEventNotificationConfig.Builder
- All Implemented Interfaces:
EventNotificationConfig.Builder<HTTPEventNotificationConfig.Builder>
- Enclosing class:
- HTTPEventNotificationConfig
public abstract static class HTTPEventNotificationConfig.Builder
extends Object
implements EventNotificationConfig.Builder<HTTPEventNotificationConfig.Builder>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract HTTPEventNotificationConfig.Builderabstract HTTPEventNotificationConfig.BuilderapiKeyAsHeader(boolean apiKey) abstract HTTPEventNotificationConfig.BuilderapiSecret(EncryptedValue apiKeyValue) abstract HTTPEventNotificationConfig.BuilderbasicAuth(EncryptedValue basicAuth) abstract HTTPEventNotificationConfigbuild()create()abstract HTTPEventNotificationConfig.BuilderskipTLSVerification(boolean skip) abstract HTTPEventNotificationConfig.BuilderMethods 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
-
basicAuth
-
apiKeyAsHeader
-
apiKey
-
apiSecret
-
url
-
skipTLSVerification
-
build
-