Class IndexRoutingRebalance.Builder
- java.lang.Object
-
- org.opensearch.client.util.ObjectBuilderBase
-
- org.opensearch.client.opensearch.indices.IndexRoutingRebalance.Builder
-
- All Implemented Interfaces:
ObjectBuilder<IndexRoutingRebalance>
- Enclosing class:
- IndexRoutingRebalance
public static class IndexRoutingRebalance.Builder extends ObjectBuilderBase implements ObjectBuilder<IndexRoutingRebalance>
Builder forIndexRoutingRebalance.
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IndexRoutingRebalancebuild()Builds aIndexRoutingRebalance.IndexRoutingRebalance.Builderenable(IndexRoutingRebalanceOptions value)Required - API name:enable-
Methods inherited from class org.opensearch.client.util.ObjectBuilderBase
_checkSingleUse, _listAdd, _listAddAll, _mapPut, _mapPutAll
-
-
-
-
Method Detail
-
enable
public final IndexRoutingRebalance.Builder enable(IndexRoutingRebalanceOptions value)
Required - API name:enable
-
build
public IndexRoutingRebalance build()
Builds aIndexRoutingRebalance.- Specified by:
buildin interfaceObjectBuilder<IndexRoutingRebalance>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-
-