Class VerifyIndex.Builder
java.lang.Object
org.opensearch.client.opensearch.indices.recovery.VerifyIndex.Builder
- All Implemented Interfaces:
ObjectBuilder<VerifyIndex>
- Enclosing class:
- VerifyIndex
public static class VerifyIndex.Builder extends java.lang.Object implements ObjectBuilder<VerifyIndex>
Builder for
VerifyIndex.-
Nested Class Summary
Nested classes/interfaces inherited from interface org.opensearch.client.util.ObjectBuilder
ObjectBuilder.Constant<V> -
Constructor Summary
Constructors Constructor Description Builder() -
Method Summary
Modifier and Type Method Description VerifyIndexbuild()Builds aVerifyIndex.VerifyIndex.BuildercheckIndexTime(jakarta.json.JsonValue value)API name:check_index_timeVerifyIndex.BuildercheckIndexTimeInMillis(jakarta.json.JsonValue value)API name:check_index_time_in_millisVerifyIndex.BuildertotalTime(jakarta.json.JsonValue value)API name:total_timeVerifyIndex.BuildertotalTimeInMillis(jakarta.json.JsonValue value)API name:total_time_in_millis
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
checkIndexTime
API name:check_index_time -
checkIndexTimeInMillis
API name:check_index_time_in_millis -
totalTime
API name:total_time -
totalTimeInMillis
API name:total_time_in_millis -
build
Builds aVerifyIndex.- Specified by:
buildin interfaceObjectBuilder<VerifyIndex>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-