Class Http.Builder
java.lang.Object
co.elastic.clients.elasticsearch.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.-
Constructor Summary
Constructors Constructor Description Builder() -
Method Summary
Modifier and Type Method Description Httpbuild()Builds aHttp.Http.BuildercurrentOpen(int value)Required - API name:current_openHttp.BuildertotalOpened(long value)Required - API name:total_openedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
currentOpen
Required - API name:current_open -
totalOpened
Required - API name:total_opened -
build
Builds aHttp.- Specified by:
buildin interfaceObjectBuilder<Http>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-