public static interface HybridJobQueueInfo.Builder extends SdkPojo, CopyableBuilder<HybridJobQueueInfo.Builder,HybridJobQueueInfo>
| Modifier and Type | Method and Description |
|---|---|
HybridJobQueueInfo.Builder |
message(String message)
Optional.
|
HybridJobQueueInfo.Builder |
position(String position)
Current position of the job in the jobs queue.
|
HybridJobQueueInfo.Builder |
queue(QueueName queue)
The name of the queue.
|
HybridJobQueueInfo.Builder |
queue(String queue)
The name of the queue.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildHybridJobQueueInfo.Builder message(String message)
Optional. Provides more information about the queue position. For example, if the job is complete and no longer in the queue, the message field contains that information.
message - Optional. Provides more information about the queue position. For example, if the job is complete and
no longer in the queue, the message field contains that information.HybridJobQueueInfo.Builder position(String position)
Current position of the job in the jobs queue.
position - Current position of the job in the jobs queue.HybridJobQueueInfo.Builder queue(String queue)
The name of the queue.
HybridJobQueueInfo.Builder queue(QueueName queue)
The name of the queue.
Copyright © 2023. All rights reserved.