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. |
copyapply, buildListDeadLetterSourceQueuesResponse.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.
NOTE: This method appends the values to the existing list (if any). Use
#setQueueUrls(java.util.Collection) or #withQueueUrls(java.util.Collection) if you want to
override the existing values.
queueUrls - A list of source queue URLs that have the RedrivePolicy queue attribute configured with a
dead letter queue.Copyright © 2017. All rights reserved.