Interface HybridJobQueueInfo.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<HybridJobQueueInfo.Builder,HybridJobQueueInfo>,SdkBuilder<HybridJobQueueInfo.Builder,HybridJobQueueInfo>,SdkPojo
- Enclosing class:
- HybridJobQueueInfo
public static interface HybridJobQueueInfo.Builder extends SdkPojo, CopyableBuilder<HybridJobQueueInfo.Builder,HybridJobQueueInfo>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HybridJobQueueInfo.Buildermessage(String message)Optional.HybridJobQueueInfo.Builderposition(String position)Current position of the job in the jobs queue.HybridJobQueueInfo.Builderqueue(String queue)The name of the queue.HybridJobQueueInfo.Builderqueue(QueueName queue)The name of the queue.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
message
HybridJobQueueInfo.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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
position
HybridJobQueueInfo.Builder position(String position)
Current position of the job in the jobs queue.
- Parameters:
position- Current position of the job in the jobs queue.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
queue
HybridJobQueueInfo.Builder queue(String queue)
The name of the queue.
-
queue
HybridJobQueueInfo.Builder queue(QueueName queue)
The name of the queue.
-
-