Interface ListQueuesResponse.Builder

    • Method Detail

      • queueSummaryList

        ListQueuesResponse.Builder queueSummaryList​(Collection<QueueSummary> queueSummaryList)

        Information about the queues.

        Parameters:
        queueSummaryList - Information about the queues.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • queueSummaryList

        ListQueuesResponse.Builder queueSummaryList​(QueueSummary... queueSummaryList)

        Information about the queues.

        Parameters:
        queueSummaryList - Information about the queues.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListQueuesResponse.Builder nextToken​(String nextToken)

        If there are additional results, this is the token for the next set of results.

        Parameters:
        nextToken - If there are additional results, this is the token for the next set of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.