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 SummaryModifier and TypeMethodDescriptionPagination token to include in the next request.A list of source queue URLs that have theRedrivePolicyqueue attribute configured with a dead-letter queue.queueUrls(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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponseMethods inherited from interface software.amazon.awssdk.services.sqs.model.SqsResponse.Builderbuild, responseMetadata, responseMetadata
- 
Method Details- 
queueUrlsA 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 the- RedrivePolicyqueue attribute configured with a dead-letter queue.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
queueUrlsA 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 the- RedrivePolicyqueue attribute configured with a dead-letter queue.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
nextTokenPagination 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 is- nullif there are no additional results to request, or if you did not set- MaxResultsin the request.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-