Class OpenPointInTimeResponse.Builder
java.lang.Object
co.elastic.clients.elasticsearch._core.OpenPointInTimeResponse.Builder
- All Implemented Interfaces:
ObjectBuilder<OpenPointInTimeResponse>
- Enclosing class:
- OpenPointInTimeResponse
public static class OpenPointInTimeResponse.Builder extends java.lang.Object implements ObjectBuilder<OpenPointInTimeResponse>
Builder for
OpenPointInTimeResponse.-
Constructor Summary
Constructors Constructor Description Builder() -
Method Summary
Modifier and Type Method Description OpenPointInTimeResponsebuild()Builds aOpenPointInTimeResponse.OpenPointInTimeResponse.Builderid(java.lang.String value)Required - API name:idMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
id
Required - API name:id -
build
Builds aOpenPointInTimeResponse.- Specified by:
buildin interfaceObjectBuilder<OpenPointInTimeResponse>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-