Class PointInTimeReference.Builder
java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.util.WithJsonObjectBuilderBase<PointInTimeReference.Builder>
co.elastic.clients.elasticsearch.core.search.PointInTimeReference.Builder
- All Implemented Interfaces:
WithJson<PointInTimeReference.Builder>,ObjectBuilder<PointInTimeReference>
- Enclosing class:
- PointInTimeReference
public static class PointInTimeReference.Builder
extends WithJsonObjectBuilderBase<PointInTimeReference.Builder>
implements ObjectBuilder<PointInTimeReference>
Builder for
PointInTimeReference.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds aPointInTimeReference.Required - API name:idAPI name:keep_aliveAPI name:keep_aliveprotected PointInTimeReference.Builderself()Methods inherited from class co.elastic.clients.util.WithJsonObjectBuilderBase
withJsonMethods inherited from class co.elastic.clients.util.ObjectBuilderBase
_checkSingleUse, _listAdd, _listAddAll, _mapPut, _mapPutAll
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
id
Required - API name:id -
keepAlive
API name:keep_alive -
keepAlive
API name:keep_alive -
self
- Specified by:
selfin classWithJsonObjectBuilderBase<PointInTimeReference.Builder>
-
build
Builds aPointInTimeReference.- Specified by:
buildin interfaceObjectBuilder<PointInTimeReference>- Throws:
NullPointerException- if some of the required fields are null.
-