Class IndexRoutingRebalance.Builder
java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.elasticsearch.indices.IndexRoutingRebalance.Builder
- All Implemented Interfaces:
ObjectBuilder<IndexRoutingRebalance>
- Enclosing class:
- IndexRoutingRebalance
public static class IndexRoutingRebalance.Builder extends ObjectBuilderBase implements ObjectBuilder<IndexRoutingRebalance>
Builder for
IndexRoutingRebalance.-
Constructor Summary
Constructors Constructor Description Builder() -
Method Summary
Modifier and Type Method Description IndexRoutingRebalancebuild()Builds aIndexRoutingRebalance.IndexRoutingRebalance.Builderenable(IndexRoutingRebalanceOptions value)Required - API name:enableMethods inherited from class co.elastic.clients.util.ObjectBuilderBase
_checkSingleUse, _listAdd, _listAddAll, _mapPut, _mapPutAllMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
enable
Required - API name:enable -
build
Builds aIndexRoutingRebalance.- Specified by:
buildin interfaceObjectBuilder<IndexRoutingRebalance>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-