Interface ExportStatus.Builder

  • Method Details

    • completionTimestamp

      ExportStatus.Builder completionTimestamp(Instant completionTimestamp)

      The timestamp of when the export job completed (if finished).

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

      ExportStatus.Builder errorMessage(String errorMessage)

      An error message if the export job failed.

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

      The current state of the export job.

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

      The current state of the export job.

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

      ExportStatus.Builder submissionTimestamp(Instant submissionTimestamp)

      The timestamp of when the export job was submitted.

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