Class IndexRoutingRebalance.Builder
java.lang.Object
org.opensearch.client.opensearch.indices.IndexRoutingRebalance.Builder
- All Implemented Interfaces:
ObjectBuilder<IndexRoutingRebalance>
- Enclosing class:
- IndexRoutingRebalance
public static class IndexRoutingRebalance.Builder extends java.lang.Object implements ObjectBuilder<IndexRoutingRebalance>
Builder for
IndexRoutingRebalance.-
Nested Class Summary
Nested classes/interfaces inherited from interface org.opensearch.client.util.ObjectBuilder
ObjectBuilder.Constant<V> -
Constructor Summary
Constructors Constructor Description Builder() -
Method Summary
Modifier and Type Method Description IndexRoutingRebalancebuild()Builds aIndexRoutingRebalance.IndexRoutingRebalance.Builderenable(jakarta.json.JsonValue value)API name:enable
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
enable
API name:enable -
build
Builds aIndexRoutingRebalance.- Specified by:
buildin interfaceObjectBuilder<IndexRoutingRebalance>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-