Interface UpdateJobPriorityResponse.Builder

    • Method Detail

      • jobId

        UpdateJobPriorityResponse.Builder jobId​(String jobId)

        The ID for the job whose priority Amazon S3 updated.

        Parameters:
        jobId - The ID for the job whose priority Amazon S3 updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • priority

        UpdateJobPriorityResponse.Builder priority​(Integer priority)

        The new priority assigned to the specified job.

        Parameters:
        priority - The new priority assigned to the specified job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.