Class HttpEventNotificationConfigV2Entity.Builder
java.lang.Object
org.graylog.events.contentpack.entities.HttpEventNotificationConfigV2Entity.Builder
- All Implemented Interfaces:
EventNotificationConfigEntity.Builder<HttpEventNotificationConfigV2Entity.Builder>
- Enclosing class:
- HttpEventNotificationConfigV2Entity
public abstract static class HttpEventNotificationConfigV2Entity.Builder
extends Object
implements EventNotificationConfigEntity.Builder<HttpEventNotificationConfigV2Entity.Builder>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbodyTemplate(ValueReference bodyTemplate) abstract HttpEventNotificationConfigV2Entitybuild()contentType(ValueReference contentType) create()headers(ValueReference headers) httpMethod(ValueReference httpMethod) skipTLSVerification(ValueReference skipTLSVerification) timeZone(ValueReference timeZone) url(ValueReference url) 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
-
url
-
skipTLSVerification
public abstract HttpEventNotificationConfigV2Entity.Builder skipTLSVerification(ValueReference skipTLSVerification) -
httpMethod
-
timeZone
-
contentType
-
headers
-
bodyTemplate
public abstract HttpEventNotificationConfigV2Entity.Builder bodyTemplate(ValueReference bodyTemplate) -
build
-