Interface ExportJobSummary.Builder

    • Method Detail

      • jobId

        ExportJobSummary.Builder jobId​(String 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, ExportSourceType
      • 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, JobStatus
      • 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:
        JobStatus, JobStatus
      • 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.