Class ActionBuilders
java.lang.Object
co.elastic.clients.elasticsearch.indices.modify_data_stream.ActionBuilders
public class ActionBuilders
extends java.lang.Object
Builders for
Action variants.-
Method Summary
Modifier and Type Method Description static IndexAndDataStreamAction.BuilderaddBackingIndex()Creates a builder for theadd_backing_indexActionvariant.static ActionaddBackingIndex(java.util.function.Function<IndexAndDataStreamAction.Builder,ObjectBuilder<IndexAndDataStreamAction>> fn)Creates a Action of theadd_backing_indexActionvariant.static IndexAndDataStreamAction.BuilderremoveBackingIndex()Creates a builder for theremove_backing_indexActionvariant.static ActionremoveBackingIndex(java.util.function.Function<IndexAndDataStreamAction.Builder,ObjectBuilder<IndexAndDataStreamAction>> fn)Creates a Action of theremove_backing_indexActionvariant.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
addBackingIndex
Creates a builder for theadd_backing_indexActionvariant. -
addBackingIndex
public static Action addBackingIndex(java.util.function.Function<IndexAndDataStreamAction.Builder,ObjectBuilder<IndexAndDataStreamAction>> fn)Creates a Action of theadd_backing_indexActionvariant. -
removeBackingIndex
Creates a builder for theremove_backing_indexActionvariant. -
removeBackingIndex
public static Action removeBackingIndex(java.util.function.Function<IndexAndDataStreamAction.Builder,ObjectBuilder<IndexAndDataStreamAction>> fn)Creates a Action of theremove_backing_indexActionvariant.
-