CopyableBuilder<ListDeadLetterSourceQueuesResponse.Builder,ListDeadLetterSourceQueuesResponse>
, SdkBuilder<ListDeadLetterSourceQueuesResponse.Builder,ListDeadLetterSourceQueuesResponse>
public static interface ListDeadLetterSourceQueuesResponse.Builder extends CopyableBuilder<ListDeadLetterSourceQueuesResponse.Builder,ListDeadLetterSourceQueuesResponse>
Modifier and Type | Method | Description |
---|---|---|
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. |
copy
apply, build
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.
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 Amazon Web Services, Inc. All Rights Reserved.