public static interface ListDeadLetterSourceQueuesResponse.Builder extends SqsResponse.Builder, SdkPojo, CopyableBuilder<ListDeadLetterSourceQueuesResponse.Builder,ListDeadLetterSourceQueuesResponse>
Modifier and Type | Method and Description |
---|---|
ListDeadLetterSourceQueuesResponse.Builder |
nextToken(String nextToken)
Pagination token to include in the next request.
|
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. |
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, 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.
queueUrls
- A list of source queue URLs that have the RedrivePolicy
queue attribute configured with a
dead-letter queue.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.
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.Copyright © 2023. All rights reserved.