Class GetAsyncSearchRequest.Builder
java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.util.WithJsonObjectBuilderBase<BuilderT>
co.elastic.clients.elasticsearch._types.RequestBase.AbstractBuilder<GetAsyncSearchRequest.Builder>
co.elastic.clients.elasticsearch.async_search.GetAsyncSearchRequest.Builder
- All Implemented Interfaces:
WithJson<GetAsyncSearchRequest.Builder>,ObjectBuilder<GetAsyncSearchRequest>
- Enclosing class:
- GetAsyncSearchRequest
public static class GetAsyncSearchRequest.Builder
extends RequestBase.AbstractBuilder<GetAsyncSearchRequest.Builder>
implements ObjectBuilder<GetAsyncSearchRequest>
Builder for
GetAsyncSearchRequest.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds aGetAsyncSearchRequest.Required - The async search IDSpecify the time interval in which the results (partial or final) for this search will be availableSpecify the time interval in which the results (partial or final) for this search will be availableprotected GetAsyncSearchRequest.Builderself()waitForCompletionTimeout(Time value) Specify the time that the request should block waiting for the final responseSpecify the time that the request should block waiting for the final responseMethods 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 async search IDAPI name:
id -
keepAlive
Specify the time interval in which the results (partial or final) for this search will be availableAPI name:
keep_alive -
keepAlive
Specify the time interval in which the results (partial or final) for this search will be availableAPI name:
keep_alive -
waitForCompletionTimeout
Specify the time that the request should block waiting for the final responseAPI name:
wait_for_completion_timeout -
waitForCompletionTimeout
public final GetAsyncSearchRequest.Builder waitForCompletionTimeout(Function<Time.Builder, ObjectBuilder<Time>> fn) Specify the time that the request should block waiting for the final responseAPI name:
wait_for_completion_timeout -
self
- Specified by:
selfin classRequestBase.AbstractBuilder<GetAsyncSearchRequest.Builder>
-
build
Builds aGetAsyncSearchRequest.- Specified by:
buildin interfaceObjectBuilder<GetAsyncSearchRequest>- Throws:
NullPointerException- if some of the required fields are null.
-