Class UpdateServiceJobRequest

    • Method Detail

      • jobId

        public final String jobId()

        The Batch job ID of the job to update.

        Returns:
        The Batch job ID of the job to update.
      • schedulingPriority

        public final 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.

        Returns:
        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.

      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object