Class ActionWebhook.Builder

java.lang.Object
co.elastic.clients.elasticsearch.watcher.ActionWebhook.Builder
All Implemented Interfaces:
ObjectBuilder<ActionWebhook>
Enclosing class:
ActionWebhook

public static class ActionWebhook.Builder
extends java.lang.Object
implements ObjectBuilder<ActionWebhook>
Builder for ActionWebhook.
  • Constructor Summary

    Constructors
    Constructor Description
    Builder()  
  • Method Summary

    Modifier and Type Method Description
    ActionWebhook build()
    Builds a ActionWebhook.
    ActionWebhook.Builder host​(java.lang.String value)
    Required - API name: host
    ActionWebhook.Builder port​(int value)
    Required - API name: port

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait