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 IndexAndDataStreamAction.BuilderremoveBackingIndex()Creates a builder for 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. -
removeBackingIndex
Creates a builder for theremove_backing_indexActionvariant.
-