Class Action.Builder
java.lang.Object
org.opensearch.client.util.ObjectBuilderBase
org.opensearch.client.opensearch.indices.update_aliases.Action.Builder
- All Implemented Interfaces:
ObjectBuilder<Action>
- Enclosing class:
Action
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.opensearch.client.util.ObjectBuilderBase
_checkSingleUse, _listAdd, _listAddAll, _listCopy, _mapCopy, _mapPut, _mapPutAll
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
add
-
add
-
remove
-
remove
-
removeIndex
-
removeIndex
public ObjectBuilder<Action> removeIndex(Function<RemoveIndexAction.Builder, ObjectBuilder<RemoveIndexAction>> fn) -
build
- Specified by:
buildin interfaceObjectBuilder<Action>
-