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