public static interface ListDeadLetterSourceQueuesResponse.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<ListDeadLetterSourceQueuesResponse.Builder,ListDeadLetterSourceQueuesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListDeadLetterSourceQueuesResponse.Builder |
queueUrls(Collection<String> queueUrls)
A list of source queue URLs that have the
RedrivePolicy queue attribute configured with a dead
letter queue. |
ListDeadLetterSourceQueuesResponse.Builder |
queueUrls(String... queueUrls)
A list of source queue URLs that have the
RedrivePolicy queue attribute configured with a dead
letter queue. |
ListDeadLetterSourceQueuesResponse.Builder queueUrls(Collection<String> queueUrls)
A list of source queue URLs that have the RedrivePolicy queue attribute configured with a dead
letter queue.
queueUrls - A list of source queue URLs that have the RedrivePolicy queue attribute configured with a
dead letter queue.ListDeadLetterSourceQueuesResponse.Builder queueUrls(String... queueUrls)
A list of source queue URLs that have the RedrivePolicy queue attribute configured with a dead
letter queue.
queueUrls - A list of source queue URLs that have the RedrivePolicy queue attribute configured with a
dead letter queue.Copyright © 2017. All rights reserved.