Class 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>
  • Constructor Details

    • Builder

      public Builder()
  • Method Details

    • id

      public final GetAsyncSearchRequest.Builder id(String value)
      Required - A unique identifier for the async search.

      API name: id

    • keepAlive

      public final GetAsyncSearchRequest.Builder keepAlive(@Nullable Time value)
      Specifies how long the async search should be available in the cluster. When not specified, the keep_alive set with the corresponding submit async request will be used. Otherwise, it is possible to override the value and extend the validity of the request. When this period expires, the search, if still running, is cancelled. If the search is completed, its saved results are deleted.

      API name: keep_alive

    • keepAlive

      Specifies how long the async search should be available in the cluster. When not specified, the keep_alive set with the corresponding submit async request will be used. Otherwise, it is possible to override the value and extend the validity of the request. When this period expires, the search, if still running, is cancelled. If the search is completed, its saved results are deleted.

      API name: keep_alive

    • waitForCompletionTimeout

      public final GetAsyncSearchRequest.Builder waitForCompletionTimeout(@Nullable Time value)
      Specifies to wait for the search to be completed up until the provided timeout. Final results will be returned if available before the timeout expires, otherwise the currently available results will be returned once the timeout expires. By default no timeout is set meaning that the currently available results will be returned without any additional wait.

      API name: wait_for_completion_timeout

    • waitForCompletionTimeout

      public final GetAsyncSearchRequest.Builder waitForCompletionTimeout(Function<Time.Builder,ObjectBuilder<Time>> fn)
      Specifies to wait for the search to be completed up until the provided timeout. Final results will be returned if available before the timeout expires, otherwise the currently available results will be returned once the timeout expires. By default no timeout is set meaning that the currently available results will be returned without any additional wait.

      API name: wait_for_completion_timeout

    • self

      Specified by:
      self in class RequestBase.AbstractBuilder<GetAsyncSearchRequest.Builder>
    • build

      public GetAsyncSearchRequest build()
      Specified by:
      build in interface ObjectBuilder<GetAsyncSearchRequest>
      Throws:
      NullPointerException - if some of the required fields are null.