Class IndexRoutingAllocationInitialRecovery.Builder
- java.lang.Object
-
- org.opensearch.client.util.ObjectBuilderBase
-
- org.opensearch.client.opensearch.indices.IndexRoutingAllocationInitialRecovery.Builder
-
- All Implemented Interfaces:
ObjectBuilder<IndexRoutingAllocationInitialRecovery>
- Enclosing class:
- IndexRoutingAllocationInitialRecovery
public static class IndexRoutingAllocationInitialRecovery.Builder extends ObjectBuilderBase implements ObjectBuilder<IndexRoutingAllocationInitialRecovery>
Builder forIndexRoutingAllocationInitialRecovery.
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IndexRoutingAllocationInitialRecoverybuild()Builds aIndexRoutingAllocationInitialRecovery.IndexRoutingAllocationInitialRecovery.Builderid(java.lang.String value)API name:_id-
Methods inherited from class org.opensearch.client.util.ObjectBuilderBase
_checkSingleUse, _listAdd, _listAddAll, _mapPut, _mapPutAll
-
-
-
-
Method Detail
-
id
public final IndexRoutingAllocationInitialRecovery.Builder id(@Nullable java.lang.String value)
API name:_id
-
build
public IndexRoutingAllocationInitialRecovery build()
Builds aIndexRoutingAllocationInitialRecovery.- Specified by:
buildin interfaceObjectBuilder<IndexRoutingAllocationInitialRecovery>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-
-