Interface QueueTransition.Builder

All Superinterfaces:
Buildable, CopyableBuilder<QueueTransition.Builder,QueueTransition>, SdkBuilder<QueueTransition.Builder,QueueTransition>, SdkPojo
Enclosing class:
QueueTransition

public static interface QueueTransition.Builder extends SdkPojo, CopyableBuilder<QueueTransition.Builder,QueueTransition>
  • Method Details

    • destinationQueue

      QueueTransition.Builder destinationQueue(String destinationQueue)
      The queue that the job was on after the transition.
      Parameters:
      destinationQueue - The queue that the job was on after the transition.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • sourceQueue

      QueueTransition.Builder sourceQueue(String sourceQueue)
      The queue that the job was on before the transition.
      Parameters:
      sourceQueue - The queue that the job was on before the transition.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • timestamp

      QueueTransition.Builder timestamp(Instant timestamp)
      The time, in Unix epoch format, that the job moved from the source queue to the destination queue.
      Parameters:
      timestamp - The time, in Unix epoch format, that the job moved from the source queue to the destination queue.
      Returns:
      Returns a reference to this object so that method calls can be chained together.