Class TransformBuilders
java.lang.Object
co.elastic.clients.elasticsearch._types.TransformBuilders
public class TransformBuilders
extends java.lang.Object
-
Method Summary
Modifier and Type Method Description static ScriptTransform.Builderscript()Creates a builder for thescriptTransformvariant.static Transformscript(java.util.function.Function<ScriptTransform.Builder,ObjectBuilder<ScriptTransform>> fn)Creates a Transform of thescriptTransformvariant.static SearchTransform.Buildersearch()Creates a builder for thesearchTransformvariant.static Transformsearch(java.util.function.Function<SearchTransform.Builder,ObjectBuilder<SearchTransform>> fn)Creates a Transform of thesearchTransformvariant.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
script
Creates a builder for thescriptTransformvariant. -
script
public static Transform script(java.util.function.Function<ScriptTransform.Builder,ObjectBuilder<ScriptTransform>> fn)Creates a Transform of thescriptTransformvariant. -
search
Creates a builder for thesearchTransformvariant. -
search
public static Transform search(java.util.function.Function<SearchTransform.Builder,ObjectBuilder<SearchTransform>> fn)Creates a Transform of thesearchTransformvariant.
-