Class ActionBuilders
java.lang.Object
co.elastic.clients.elasticsearch.indices.modify_data_stream.ActionBuilders
Builders for
Action variants.-
Method Summary
Modifier and TypeMethodDescriptionCreates a builder for theadd_backing_indexActionvariant.static ActionaddBackingIndex(Function<IndexAndDataStreamAction.Builder, ObjectBuilder<IndexAndDataStreamAction>> fn) Creates a Action of theadd_backing_indexActionvariant.Creates a builder for theremove_backing_indexActionvariant.static ActionremoveBackingIndex(Function<IndexAndDataStreamAction.Builder, ObjectBuilder<IndexAndDataStreamAction>> fn) Creates a Action of theremove_backing_indexActionvariant.
-
Method Details
-
addBackingIndex
Creates a builder for theadd_backing_indexActionvariant. -
addBackingIndex
public static Action addBackingIndex(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(Function<IndexAndDataStreamAction.Builder, ObjectBuilder<IndexAndDataStreamAction>> fn) Creates a Action of theremove_backing_indexActionvariant.
-