Class Http.Builder
java.lang.Object
org.opensearch.client.opensearch.nodes.Http.Builder
- All Implemented Interfaces:
ObjectBuilder<Http>
- Enclosing class:
- Http
public static class Http.Builder extends java.lang.Object implements ObjectBuilder<Http>
Builder for
Http.-
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 Httpbuild()Builds aHttp.Http.BuildercurrentOpen(java.lang.Number value)API name:current_openHttp.BuildertotalOpened(java.lang.Number value)API name:total_opened
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
currentOpen
API name:current_open -
totalOpened
API name:total_opened -
build
Builds aHttp.- Specified by:
buildin interfaceObjectBuilder<Http>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-