Interface JobSummary.Builder

  • Method Details

    • jobArn

      JobSummary.Builder jobArn(String jobArn)

      The Amazon Resource Name (ARN) of the job.

      Parameters:
      jobArn - The Amazon Resource Name (ARN) of the job.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • jobName

      JobSummary.Builder jobName(String jobName)

      The name of the job.

      Parameters:
      jobName - The name of the job.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • jobCategory

      JobSummary.Builder jobCategory(String jobCategory)

      The category of the job.

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

      JobSummary.Builder jobCategory(JobCategory jobCategory)

      The category of the job.

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

      JobSummary.Builder jobStatus(String jobStatus)

      The current status of the job.

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

      JobSummary.Builder jobStatus(JobStatus jobStatus)

      The current status of the job.

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

      JobSummary.Builder jobSecondaryStatus(String jobSecondaryStatus)

      The secondary status of the job, providing more granular information about the job's progress. Secondary statuses may change between releases.

      Parameters:
      jobSecondaryStatus - The secondary status of the job, providing more granular information about the job's progress. Secondary statuses may change between releases.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • jobSecondaryStatus

      JobSummary.Builder jobSecondaryStatus(JobSecondaryStatus jobSecondaryStatus)

      The secondary status of the job, providing more granular information about the job's progress. Secondary statuses may change between releases.

      Parameters:
      jobSecondaryStatus - The secondary status of the job, providing more granular information about the job's progress. Secondary statuses may change between releases.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • creationTime

      JobSummary.Builder creationTime(Instant creationTime)

      The date and time that the job was created.

      Parameters:
      creationTime - The date and time that the job was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lastModifiedTime

      JobSummary.Builder lastModifiedTime(Instant lastModifiedTime)

      The date and time that the job was last modified.

      Parameters:
      lastModifiedTime - The date and time that the job was last modified.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • endTime

      JobSummary.Builder endTime(Instant endTime)

      The date and time that the job ended.

      Parameters:
      endTime - The date and time that the job ended.
      Returns:
      Returns a reference to this object so that method calls can be chained together.