Interface JobSummary.Builder

All Superinterfaces:
Buildable, CopyableBuilder<JobSummary.Builder,JobSummary>, SdkBuilder<JobSummary.Builder,JobSummary>, SdkPojo
Enclosing class:
JobSummary

public static interface JobSummary.Builder extends SdkPojo, CopyableBuilder<JobSummary.Builder,JobSummary>
  • Method Details

    • 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:
    • 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: