Interface JobSummary.Builder

    • Method Detail

      • endTime

        JobSummary.Builder endTime​(Instant endTime)

        The time at which the job has finished.

        Parameters:
        endTime - The time at which the job has finished.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • jobId

        JobSummary.Builder jobId​(String jobId)

        The ID of the job.

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

        JobSummary.Builder startTime​(Instant startTime)

        The time at which the job was started.

        Parameters:
        startTime - The time at which the job was started.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • status

        JobSummary.Builder status​(String status)

        The current status of the job.

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

        JobSummary.Builder status​(JobStatus status)

        The current status of the job.

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