Interface UpdateServiceJobRequest.Builder

  • Method Details

    • 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.
    • overrideConfiguration

      UpdateServiceJobRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.