Class IndexRoutingAllocationDisk.Builder
java.lang.Object
co.elastic.clients.elasticsearch.indices.IndexRoutingAllocationDisk.Builder
- All Implemented Interfaces:
ObjectBuilder<IndexRoutingAllocationDisk>
- Enclosing class:
- IndexRoutingAllocationDisk
public static class IndexRoutingAllocationDisk.Builder extends java.lang.Object implements ObjectBuilder<IndexRoutingAllocationDisk>
Builder for
IndexRoutingAllocationDisk.-
Constructor Summary
Constructors Constructor Description Builder() -
Method Summary
Modifier and Type Method Description IndexRoutingAllocationDiskbuild()Builds aIndexRoutingAllocationDisk.IndexRoutingAllocationDisk.BuilderthresholdEnabled(boolean value)API name:threshold_enabledMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
thresholdEnabled
API name:threshold_enabled -
build
Builds aIndexRoutingAllocationDisk.- Specified by:
buildin interfaceObjectBuilder<IndexRoutingAllocationDisk>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-