Interface ExportJobSummary.Builder

  • Method Details

    • jobId

      The export job ID.

      Parameters:
      jobId - The export job ID.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • exportSourceType

      ExportJobSummary.Builder exportSourceType(String exportSourceType)

      The source type of the export job.

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

      ExportJobSummary.Builder exportSourceType(ExportSourceType exportSourceType)

      The source type of the export job.

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

      ExportJobSummary.Builder jobStatus(String jobStatus)

      The status of the export job.

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

      ExportJobSummary.Builder jobStatus(JobStatus jobStatus)

      The status of the export job.

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

      ExportJobSummary.Builder createdTimestamp(Instant createdTimestamp)

      The timestamp of when the export job was created.

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

      ExportJobSummary.Builder completedTimestamp(Instant completedTimestamp)

      The timestamp of when the export job was completed.

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