Class IndexRoutingAllocationInitialRecovery.Builder
java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.util.WithJsonObjectBuilderBase<IndexRoutingAllocationInitialRecovery.Builder>
co.elastic.clients.elasticsearch.indices.IndexRoutingAllocationInitialRecovery.Builder
- All Implemented Interfaces:
WithJson<IndexRoutingAllocationInitialRecovery.Builder>,ObjectBuilder<IndexRoutingAllocationInitialRecovery>
- Enclosing class:
- IndexRoutingAllocationInitialRecovery
public static class IndexRoutingAllocationInitialRecovery.Builder extends WithJsonObjectBuilderBase<IndexRoutingAllocationInitialRecovery.Builder> 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:_idprotected IndexRoutingAllocationInitialRecovery.Builderself()Methods inherited from class co.elastic.clients.util.WithJsonObjectBuilderBase
withJsonMethods 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
-
id
API name:_id -
self
- Specified by:
selfin classWithJsonObjectBuilderBase<IndexRoutingAllocationInitialRecovery.Builder>
-
build
Builds aIndexRoutingAllocationInitialRecovery.- Specified by:
buildin interfaceObjectBuilder<IndexRoutingAllocationInitialRecovery>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-