public static interface QueueTransition.Builder extends SdkPojo, CopyableBuilder<QueueTransition.Builder,QueueTransition>
Modifier and Type | Method and Description |
---|---|
QueueTransition.Builder |
destinationQueue(String destinationQueue)
The queue that the job was on after the transition.
|
QueueTransition.Builder |
sourceQueue(String sourceQueue)
The queue that the job was on before the transition.
|
QueueTransition.Builder |
timestamp(Instant timestamp)
The time, in Unix epoch format, that the job moved from the source queue to the destination queue.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
QueueTransition.Builder destinationQueue(String destinationQueue)
destinationQueue
- The queue that the job was on after the transition.QueueTransition.Builder sourceQueue(String sourceQueue)
sourceQueue
- The queue that the job was on before the transition.QueueTransition.Builder timestamp(Instant timestamp)
timestamp
- The time, in Unix epoch format, that the job moved from the source queue to the destination queue.Copyright © 2022. All rights reserved.