Queue.Builder |
Queue.Builder.arn(String arn) |
The unique Amazon Resource Name (ARN) of the queue.
|
static Queue.Builder |
Queue.builder() |
|
Queue.Builder |
Queue.Builder.clusterId(String clusterId) |
The ID of the cluster of the queue.
|
Queue.Builder |
Queue.Builder.computeNodeGroupConfigurations(Collection<ComputeNodeGroupConfiguration> computeNodeGroupConfigurations) |
The list of compute node group configurations associated with the queue.
|
Queue.Builder |
Queue.Builder.computeNodeGroupConfigurations(Consumer<ComputeNodeGroupConfiguration.Builder>... computeNodeGroupConfigurations) |
The list of compute node group configurations associated with the queue.
|
Queue.Builder |
Queue.Builder.computeNodeGroupConfigurations(ComputeNodeGroupConfiguration... computeNodeGroupConfigurations) |
The list of compute node group configurations associated with the queue.
|
Queue.Builder |
Queue.Builder.createdAt(Instant createdAt) |
The date and time the resource was created.
|
Queue.Builder |
Queue.Builder.errorInfo(Collection<ErrorInfo> errorInfo) |
The list of errors that occurred during queue provisioning.
|
Queue.Builder |
Queue.Builder.errorInfo(Consumer<ErrorInfo.Builder>... errorInfo) |
The list of errors that occurred during queue provisioning.
|
Queue.Builder |
Queue.Builder.errorInfo(ErrorInfo... errorInfo) |
The list of errors that occurred during queue provisioning.
|
Queue.Builder |
Queue.Builder.id(String id) |
The generated unique ID of the queue.
|
Queue.Builder |
Queue.Builder.modifiedAt(Instant modifiedAt) |
The date and time the resource was modified.
|
Queue.Builder |
Queue.Builder.name(String name) |
The name that identifies the queue.
|
Queue.Builder |
Queue.Builder.status(String status) |
The provisioning status of the queue.
|
Queue.Builder |
Queue.Builder.status(QueueStatus status) |
The provisioning status of the queue.
|
Queue.Builder |
Queue.toBuilder() |
|