Class InputBuilders

java.lang.Object
co.elastic.clients.elasticsearch.watcher.InputBuilders

public class InputBuilders
extends java.lang.Object
Builders for Input variants.

Variants simple are not available here as they don't have a dedicated class. Use Input's builder for these.

  • Method Summary

    Modifier and Type Method Description
    static ChainInput.Builder chain()
    Creates a builder for the chain Input variant.
    static HttpInput.Builder http()
    Creates a builder for the http Input variant.
    static SearchInput.Builder search()
    Creates a builder for the search Input variant.

    Methods inherited from class java.lang.Object

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