Interface ListDeadLetterSourceQueuesResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListDeadLetterSourceQueuesResponse.Builder,ListDeadLetterSourceQueuesResponse>,SdkBuilder<ListDeadLetterSourceQueuesResponse.Builder,ListDeadLetterSourceQueuesResponse>,SdkPojo,SdkResponse.Builder,SqsResponse.Builder
- Enclosing class:
- ListDeadLetterSourceQueuesResponse
@Mutable @NotThreadSafe public static interface ListDeadLetterSourceQueuesResponse.Builder extends SqsResponse.Builder, SdkPojo, CopyableBuilder<ListDeadLetterSourceQueuesResponse.Builder,ListDeadLetterSourceQueuesResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListDeadLetterSourceQueuesResponse.BuildernextToken(String nextToken)Pagination token to include in the next request.ListDeadLetterSourceQueuesResponse.BuilderqueueUrls(String... queueUrls)A list of source queue URLs that have theRedrivePolicyqueue attribute configured with a dead-letter queue.ListDeadLetterSourceQueuesResponse.BuilderqueueUrls(Collection<String> queueUrls)A list of source queue URLs that have theRedrivePolicyqueue 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, sdkFieldNameToField, 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 Detail
-
queueUrls
ListDeadLetterSourceQueuesResponse.Builder queueUrls(Collection<String> queueUrls)
A list of source queue URLs that have the
RedrivePolicyqueue attribute configured with a dead-letter queue.- Parameters:
queueUrls- A list of source queue URLs that have theRedrivePolicyqueue attribute configured with a dead-letter queue.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
queueUrls
ListDeadLetterSourceQueuesResponse.Builder queueUrls(String... queueUrls)
A list of source queue URLs that have the
RedrivePolicyqueue attribute configured with a dead-letter queue.- Parameters:
queueUrls- A list of source queue URLs that have theRedrivePolicyqueue attribute configured with a dead-letter queue.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListDeadLetterSourceQueuesResponse.Builder nextToken(String nextToken)
Pagination token to include in the next request. Token value is
nullif there are no additional results to request, or if you did not setMaxResultsin the request.- Parameters:
nextToken- Pagination token to include in the next request. Token value isnullif there are no additional results to request, or if you did not setMaxResultsin the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-