Class PagerDutyEvent.Builder
java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.elasticsearch.watcher.PagerDutyEvent.AbstractBuilder<PagerDutyEvent.Builder>
co.elastic.clients.elasticsearch.watcher.PagerDutyEvent.Builder
- All Implemented Interfaces:
ObjectBuilder<PagerDutyEvent>
- Enclosing class:
- PagerDutyEvent
public static class PagerDutyEvent.Builder extends PagerDutyEvent.AbstractBuilder<PagerDutyEvent.Builder> implements ObjectBuilder<PagerDutyEvent>
Builder for
PagerDutyEvent.-
Constructor Summary
Constructors Constructor Description Builder() -
Method Summary
Modifier and Type Method Description PagerDutyEventbuild()Builds aPagerDutyEvent.protected PagerDutyEvent.Builderself()Methods inherited from class co.elastic.clients.elasticsearch.watcher.PagerDutyEvent.AbstractBuilder
account, attachPayload, client, clientUrl, contexts, contexts, contexts, description, eventType, incidentKey, proxy, proxyMethods inherited from class co.elastic.clients.util.ObjectBuilderBase
_checkSingleUse, _listAdd, _listAddAll, _mapPut, _mapPutAllMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
self
- Specified by:
selfin classPagerDutyEvent.AbstractBuilder<PagerDutyEvent.Builder>
-
build
Builds aPagerDutyEvent.- Specified by:
buildin interfaceObjectBuilder<PagerDutyEvent>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-