Interface GetQueueResponse.Builder

  • Method Details

    • queue

      Sets the value of the Queue property for this object.
      Parameters:
      queue - The new value for the Queue property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • queue

      Sets the value of the Queue property for this object. This is a convenience method that creates an instance of the Queue.Builder avoiding the need to create one manually via Queue.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to queue(Queue).

      Parameters:
      queue - a consumer that will call methods on Queue.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: