Class RecoveryRequest.Builder
java.lang.Object
co.elastic.clients.elasticsearch.cat.RecoveryRequest.Builder
- All Implemented Interfaces:
ObjectBuilder<RecoveryRequest>
- Enclosing class:
- RecoveryRequest
public static class RecoveryRequest.Builder extends java.lang.Object implements ObjectBuilder<RecoveryRequest>
Builder for
RecoveryRequest.-
Constructor Summary
Constructors Constructor Description Builder() -
Method Summary
Modifier and Type Method Description RecoveryRequest.BuilderactiveOnly(java.lang.Boolean value)Iftrue, the response only includes ongoing shard recoveriesRecoveryRequest.BuilderaddIndex(java.lang.String value)Add a value toindex(List), creating the list if needed.RecoveryRequestbuild()Builds aRecoveryRequest.RecoveryRequest.Builderbytes(Bytes value)The unit in which to display byte valuesRecoveryRequest.Builderdetailed(java.lang.Boolean value)Iftrue, the response includes detailed information about shard recoveriesRecoveryRequest.Builderindex(java.lang.String... value)Comma-separated list or wildcard expression of index names to limit the returned informationRecoveryRequest.Builderindex(java.util.List<java.lang.String> value)Comma-separated list or wildcard expression of index names to limit the returned informationMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
index
Comma-separated list or wildcard expression of index names to limit the returned informationAPI name:
index -
index
Comma-separated list or wildcard expression of index names to limit the returned informationAPI name:
index -
addIndex
Add a value toindex(List), creating the list if needed. 4 -
activeOnly
Iftrue, the response only includes ongoing shard recoveriesAPI name:
active_only -
bytes
The unit in which to display byte valuesAPI name:
bytes -
detailed
Iftrue, the response includes detailed information about shard recoveriesAPI name:
detailed -
build
Builds aRecoveryRequest.- Specified by:
buildin interfaceObjectBuilder<RecoveryRequest>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-