Cloneable
, ReadLimitInfo
, ToCopyableBuilder<UpdateJobQueueRequest.Builder,UpdateJobQueueRequest>
@Generated("software.amazon.awssdk:codegen") public class UpdateJobQueueRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<UpdateJobQueueRequest.Builder,UpdateJobQueueRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
UpdateJobQueueRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static UpdateJobQueueRequest.Builder |
builder() |
|
List<ComputeEnvironmentOrder> |
computeEnvironmentOrder() |
Details the set of compute environments mapped to a job queue and their order relative to each other.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
jobQueue() |
The name or the Amazon Resource Name (ARN) of the job queue.
|
Integer |
priority() |
The priority of the job queue.
|
static Class<? extends UpdateJobQueueRequest.Builder> |
serializableBuilderClass() |
|
String |
state() |
Describes the queue's ability to accept new jobs.
|
UpdateJobQueueRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String jobQueue()
The name or the Amazon Resource Name (ARN) of the job queue.
public String state()
Describes the queue's ability to accept new jobs.
JQState
public Integer priority()
The priority of the job queue. Job queues with a higher priority (or a lower integer value for the
priority
parameter) are evaluated first when associated with same compute environment. Priority is
determined in ascending order, for example, a job queue with a priority value of 1
is given
scheduling preference over a job queue with a priority value of 10
.
priority
parameter) are evaluated first when associated with same compute environment.
Priority is determined in ascending order, for example, a job queue with a priority value of
1
is given scheduling preference over a job queue with a priority value of 10
.public List<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.
public UpdateJobQueueRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<UpdateJobQueueRequest.Builder,UpdateJobQueueRequest>
public static UpdateJobQueueRequest.Builder builder()
public static Class<? extends UpdateJobQueueRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.