Class GetAsyncStatusRequest.Builder
java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.util.WithJsonObjectBuilderBase<BuilderT>
co.elastic.clients.elasticsearch._types.RequestBase.AbstractBuilder<GetAsyncStatusRequest.Builder>
co.elastic.clients.elasticsearch.sql.GetAsyncStatusRequest.Builder
- All Implemented Interfaces:
WithJson<GetAsyncStatusRequest.Builder>,ObjectBuilder<GetAsyncStatusRequest>
- Enclosing class:
- GetAsyncStatusRequest
public static class GetAsyncStatusRequest.Builder extends RequestBase.AbstractBuilder<GetAsyncStatusRequest.Builder> implements ObjectBuilder<GetAsyncStatusRequest>
Builder for
GetAsyncStatusRequest.-
Constructor Summary
Constructors Constructor Description Builder() -
Method Summary
Modifier and Type Method Description GetAsyncStatusRequestbuild()Builds aGetAsyncStatusRequest.GetAsyncStatusRequest.Builderid(java.lang.String value)Required - The async search IDprotected GetAsyncStatusRequest.Builderself()Methods inherited from class co.elastic.clients.util.WithJsonObjectBuilderBase
withJsonMethods inherited from class co.elastic.clients.util.ObjectBuilderBase
_checkSingleUse, _listAdd, _listAddAll, _mapPut, _mapPutAllMethods 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 - The async search IDAPI name:
id -
self
- Specified by:
selfin classRequestBase.AbstractBuilder<GetAsyncStatusRequest.Builder>
-
build
Builds aGetAsyncStatusRequest.- Specified by:
buildin interfaceObjectBuilder<GetAsyncStatusRequest>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-