Interface ListDeadLetterSourceQueuesResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<ListDeadLetterSourceQueuesResponse.Builder,ListDeadLetterSourceQueuesResponse>, SdkBuilder<ListDeadLetterSourceQueuesResponse.Builder,ListDeadLetterSourceQueuesResponse>, SdkPojo, SdkResponse.Builder, SqsResponse.Builder
Enclosing class:
ListDeadLetterSourceQueuesResponse

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

    • 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

      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

      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.