public static interface UpdateJobQueueRequest.Builder extends BatchRequest.Builder, CopyableBuilder<UpdateJobQueueRequest.Builder,UpdateJobQueueRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateJobQueueRequest.Builder |
computeEnvironmentOrder(Collection<ComputeEnvironmentOrder> computeEnvironmentOrder)
Details the set of compute environments mapped to a job queue and their order relative to each other.
|
UpdateJobQueueRequest.Builder |
computeEnvironmentOrder(ComputeEnvironmentOrder... computeEnvironmentOrder)
Details the set of compute environments mapped to a job queue and their order relative to each other.
|
UpdateJobQueueRequest.Builder |
jobQueue(String jobQueue)
The name or the Amazon Resource Name (ARN) of the job queue.
|
UpdateJobQueueRequest.Builder |
priority(Integer priority)
The priority of the job queue.
|
UpdateJobQueueRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
UpdateJobQueueRequest.Builder |
state(JQState state)
Describes the queue's ability to accept new jobs.
|
UpdateJobQueueRequest.Builder |
state(String state)
Describes the queue's ability to accept new jobs.
|
buildrequestOverrideConfig, requestOverrideConfigcopyapply, buildUpdateJobQueueRequest.Builder jobQueue(String jobQueue)
The name or the Amazon Resource Name (ARN) of the job queue.
jobQueue - The name or the Amazon Resource Name (ARN) of the job queue.UpdateJobQueueRequest.Builder state(String state)
Describes the queue's ability to accept new jobs.
UpdateJobQueueRequest.Builder state(JQState state)
Describes the queue's ability to accept new jobs.
UpdateJobQueueRequest.Builder priority(Integer priority)
The priority of the job queue. Job queues with a higher priority (or a higher integer value for the
priority parameter) are evaluated first when associated with same compute environment. Priority
is determined in descending order, for example, a job queue with a priority value of 10 is given
scheduling preference over a job queue with a priority value of 1.
priority - The priority of the job queue. Job queues with a higher priority (or a higher integer value for the
priority parameter) are evaluated first when associated with same compute environment.
Priority is determined in descending order, for example, a job queue with a priority value of
10 is given scheduling preference over a job queue with a priority value of
1.UpdateJobQueueRequest.Builder computeEnvironmentOrder(Collection<ComputeEnvironmentOrder> computeEnvironmentOrder)
Details the set of compute environments mapped to a job queue and their order relative to each other. This is one of the parameters used by the job scheduler to determine which compute environment should execute a given job.
computeEnvironmentOrder - Details the set of compute environments mapped to a job queue and their order relative to each other.
This is one of the parameters used by the job scheduler to determine which compute environment should
execute a given job.UpdateJobQueueRequest.Builder computeEnvironmentOrder(ComputeEnvironmentOrder... computeEnvironmentOrder)
Details the set of compute environments mapped to a job queue and their order relative to each other. This is one of the parameters used by the job scheduler to determine which compute environment should execute a given job.
computeEnvironmentOrder - Details the set of compute environments mapped to a job queue and their order relative to each other.
This is one of the parameters used by the job scheduler to determine which compute environment should
execute a given job.UpdateJobQueueRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.