Interface UpdateServiceJobRequest.Builder

    • Method Detail

      • jobId

        UpdateServiceJobRequest.Builder jobId​(String jobId)

        The Batch job ID of the job to update.

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

        UpdateServiceJobRequest.Builder schedulingPriority​(Integer schedulingPriority)

        The scheduling priority for the job. This only affects jobs in job queues with a quota-share or fair-share scheduling policy. Jobs with a higher scheduling priority are scheduled before jobs with a lower scheduling priority within a share.

        The minimum supported value is 0 and the maximum supported value is 9999.

        Parameters:
        schedulingPriority - The scheduling priority for the job. This only affects jobs in job queues with a quota-share or fair-share scheduling policy. Jobs with a higher scheduling priority are scheduled before jobs with a lower scheduling priority within a share.

        The minimum supported value is 0 and the maximum supported value is 9999.

        Returns:
        Returns a reference to this object so that method calls can be chained together.