Class HTTPEventNotificationConfigV2.Builder
java.lang.Object
org.graylog.events.notifications.types.HTTPEventNotificationConfigV2.Builder
- All Implemented Interfaces:
EventNotificationConfig.Builder<HTTPEventNotificationConfigV2.Builder>
- Enclosing class:
- HTTPEventNotificationConfigV2
public abstract static class HTTPEventNotificationConfigV2.Builder
extends Object
implements EventNotificationConfig.Builder<HTTPEventNotificationConfigV2.Builder>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapiKeyAsHeader(boolean apiKeyAsHeader) apiSecret(EncryptedValue apiKeyValue) basicAuth(EncryptedValue basicAuth) bodyTemplate(String bodyTemplate) abstract HTTPEventNotificationConfigV2build()contentType(HTTPEventNotificationConfigV2.ContentType contentType) create()skipTLSVerification(boolean skip) timeZone(org.joda.time.DateTimeZone timeZone) 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
-
basicAuth
-
apiKeyAsHeader
-
apiKey
-
apiSecret
-
url
-
skipTLSVerification
-
httpMethod
public abstract HTTPEventNotificationConfigV2.Builder httpMethod(HTTPEventNotificationConfigV2.HttpMethod method) -
timeZone
-
contentType
public abstract HTTPEventNotificationConfigV2.Builder contentType(HTTPEventNotificationConfigV2.ContentType contentType) -
headers
-
bodyTemplate
-
build
-