Interface CreateQueueResponse.Builder

    • Method Detail

      • queueArn

        CreateQueueResponse.Builder queueArn​(String queueArn)

        The Amazon Resource Name (ARN) of the queue.

        Parameters:
        queueArn - The Amazon Resource Name (ARN) of the queue.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • queueId

        CreateQueueResponse.Builder queueId​(String queueId)

        The identifier for the queue.

        Parameters:
        queueId - The identifier for the queue.
        Returns:
        Returns a reference to this object so that method calls can be chained together.