Interface ListDeadLetterSourceQueuesResponse.Builder

    • Method Detail

      • queueUrls

        ListDeadLetterSourceQueuesResponse.Builder queueUrls​(Collection<String> queueUrls)

        A list of source queue URLs that have the RedrivePolicy queue attribute configured with a dead-letter queue.

        Parameters:
        queueUrls - A list of source queue URLs that have the RedrivePolicy queue attribute configured with a dead-letter queue.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • queueUrls

        ListDeadLetterSourceQueuesResponse.Builder queueUrls​(String... queueUrls)

        A list of source queue URLs that have the RedrivePolicy queue attribute configured with a dead-letter queue.

        Parameters:
        queueUrls - A list of source queue URLs that have the RedrivePolicy queue attribute configured with a dead-letter queue.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListDeadLetterSourceQueuesResponse.Builder nextToken​(String nextToken)

        Pagination token to include in the next request. Token value is null if there are no additional results to request, or if you did not set MaxResults in the request.

        Parameters:
        nextToken - Pagination token to include in the next request. Token value is null if there are no additional results to request, or if you did not set MaxResults in the request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.