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 Summary
Modifier and TypeMethodDescriptionPagination token to include in the next request.A list of source queue URLs that have theRedrivePolicy
queue attribute configured with a dead-letter queue.queueUrls
(Collection<String> queueUrls) A list of source queue URLs that have theRedrivePolicy
queue attribute configured with a dead-letter queue.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
Methods inherited from interface software.amazon.awssdk.services.sqs.model.SqsResponse.Builder
build, responseMetadata, responseMetadata
-
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 theRedrivePolicy
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 theRedrivePolicy
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 setMaxResults
in the request.- Parameters:
nextToken
- Pagination token to include in the next request. Token value isnull
if there are no additional results to request, or if you did not setMaxResults
in the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-