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 -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds aGetAsyncStatusRequest.Required - The identifier for the search.protected GetAsyncStatusRequest.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 - The identifier for the search.API name:
id -
self
- Specified by:
selfin classRequestBase.AbstractBuilder<GetAsyncStatusRequest.Builder>
-
build
Builds aGetAsyncStatusRequest.- Specified by:
buildin interfaceObjectBuilder<GetAsyncStatusRequest>- Throws:
NullPointerException- if some of the required fields are null.
-