Interface CancelJobResponse.Builder

  • Method Details

    • jobArn

      The job ARN.

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

      The unique identifier you assigned to this job when it was created.

      Parameters:
      jobId - The unique identifier you assigned to this job when it was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • description

      CancelJobResponse.Builder description(String description)

      A short text description of the job.

      Parameters:
      description - A short text description of the job.
      Returns:
      Returns a reference to this object so that method calls can be chained together.