Interface SearchStatus.Builder

  • Method Details

    • completionTimestamp

      SearchStatus.Builder completionTimestamp(Instant completionTimestamp)

      The timestamp of when the search completed (if finished).

      Parameters:
      completionTimestamp - The timestamp of when the search completed (if finished).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • errorMessage

      SearchStatus.Builder errorMessage(String errorMessage)

      An error message if the search failed.

      Parameters:
      errorMessage - An error message if the search failed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • state

      The current state of the search job.

      Parameters:
      state - The current state of the search job.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • state

      The current state of the search job.

      Parameters:
      state - The current state of the search job.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • submissionTimestamp

      SearchStatus.Builder submissionTimestamp(Instant submissionTimestamp)

      The timestamp of when the search was submitted.

      Parameters:
      submissionTimestamp - The timestamp of when the search was submitted.
      Returns:
      Returns a reference to this object so that method calls can be chained together.