Interface StartSearchResponse.Builder

  • Method Details

    • searchId

      StartSearchResponse.Builder searchId(String searchId)

      The unique identifier assigned to the newly started search.

      Parameters:
      searchId - The unique identifier assigned to the newly started search.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • workspaceName

      StartSearchResponse.Builder workspaceName(String workspaceName)

      The name of the workspace the search runs against.

      Parameters:
      workspaceName - The name of the workspace the search runs against.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      The initial status of the search. A newly started search is QUEUED.

      Parameters:
      status - The initial status of the search. A newly started search is QUEUED.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The initial status of the search. A newly started search is QUEUED.

      Parameters:
      status - The initial status of the search. A newly started search is QUEUED.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • groupId

      The group identifier associated with the search, if one was supplied on the request.

      Parameters:
      groupId - The group identifier associated with the search, if one was supplied on the request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.