public static interface ChangeMessageVisibilityBatchRequest.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<ChangeMessageVisibilityBatchRequest.Builder,ChangeMessageVisibilityBatchRequest>
| Modifier and Type | Method and Description |
|---|---|
ChangeMessageVisibilityBatchRequest.Builder |
entries(ChangeMessageVisibilityBatchRequestEntry... entries)
A list of receipt handles of the messages for which the visibility timeout must be changed.
|
ChangeMessageVisibilityBatchRequest.Builder |
entries(Collection<ChangeMessageVisibilityBatchRequestEntry> entries)
A list of receipt handles of the messages for which the visibility timeout must be changed.
|
ChangeMessageVisibilityBatchRequest.Builder |
queueUrl(String queueUrl)
The URL of the Amazon SQS queue whose messages' visibility is changed.
|
ChangeMessageVisibilityBatchRequest.Builder queueUrl(String queueUrl)
The URL of the Amazon SQS queue whose messages' visibility is changed.
Queue URLs are case-sensitive.
queueUrl - The URL of the Amazon SQS queue whose messages' visibility is changed.
Queue URLs are case-sensitive.
ChangeMessageVisibilityBatchRequest.Builder entries(Collection<ChangeMessageVisibilityBatchRequestEntry> entries)
A list of receipt handles of the messages for which the visibility timeout must be changed.
entries - A list of receipt handles of the messages for which the visibility timeout must be changed.ChangeMessageVisibilityBatchRequest.Builder entries(ChangeMessageVisibilityBatchRequestEntry... entries)
A list of receipt handles of the messages for which the visibility timeout must be changed.
entries - A list of receipt handles of the messages for which the visibility timeout must be changed.Copyright © 2017. All rights reserved.