static UpdateJobQueueRequest.Builder |
UpdateJobQueueRequest.builder() |
|
UpdateJobQueueRequest.Builder |
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 |
UpdateJobQueueRequest.Builder.computeEnvironmentOrder(Consumer<ComputeEnvironmentOrder.Builder>... computeEnvironmentOrder) |
Details the set of compute environments mapped to a job queue and their order relative to each other.
|
UpdateJobQueueRequest.Builder |
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 |
UpdateJobQueueRequest.Builder.jobQueue(String jobQueue) |
The name or the Amazon Resource Name (ARN) of the job queue.
|
UpdateJobQueueRequest.Builder |
UpdateJobQueueRequest.Builder.jobStateTimeLimitActions(Collection<JobStateTimeLimitAction> jobStateTimeLimitActions) |
The set of actions that Batch perform on jobs that remain at the head of the job queue in the specified state
longer than specified times.
|
UpdateJobQueueRequest.Builder |
UpdateJobQueueRequest.Builder.jobStateTimeLimitActions(Consumer<JobStateTimeLimitAction.Builder>... jobStateTimeLimitActions) |
The set of actions that Batch perform on jobs that remain at the head of the job queue in the specified state
longer than specified times.
|
UpdateJobQueueRequest.Builder |
UpdateJobQueueRequest.Builder.jobStateTimeLimitActions(JobStateTimeLimitAction... jobStateTimeLimitActions) |
The set of actions that Batch perform on jobs that remain at the head of the job queue in the specified state
longer than specified times.
|
UpdateJobQueueRequest.Builder |
UpdateJobQueueRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
UpdateJobQueueRequest.Builder |
UpdateJobQueueRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
UpdateJobQueueRequest.Builder |
UpdateJobQueueRequest.Builder.priority(Integer priority) |
The priority of the job queue.
|
UpdateJobQueueRequest.Builder |
UpdateJobQueueRequest.Builder.schedulingPolicyArn(String schedulingPolicyArn) |
Amazon Resource Name (ARN) of the fair share scheduling policy.
|
UpdateJobQueueRequest.Builder |
UpdateJobQueueRequest.Builder.state(String state) |
Describes the queue's ability to accept new jobs.
|
UpdateJobQueueRequest.Builder |
UpdateJobQueueRequest.Builder.state(JQState state) |
Describes the queue's ability to accept new jobs.
|
UpdateJobQueueRequest.Builder |
UpdateJobQueueRequest.toBuilder() |
|