Class InputBuilders
java.lang.Object
co.elastic.clients.elasticsearch.watcher.InputBuilders
-
Method Summary
Modifier and TypeMethodDescriptionstatic ChainInput.Builderchain()Creates a builder for thechainInputvariant.static InputCreates a Input of thechainInputvariant.static HttpInput.Builderhttp()Creates a builder for thehttpInputvariant.static InputCreates a Input of thehttpInputvariant.static SearchInput.Buildersearch()Creates a builder for thesearchInputvariant.static InputCreates a Input of thesearchInputvariant.
-
Method Details
-
chain
Creates a builder for thechainInputvariant. -
chain
Creates a Input of thechainInputvariant. -
http
Creates a builder for thehttpInputvariant. -
http
Creates a Input of thehttpInputvariant. -
search
Creates a builder for thesearchInputvariant. -
search
Creates a Input of thesearchInputvariant.
-