CopyableBuilder<ChangeMessageVisibilityBatchRequest.Builder,ChangeMessageVisibilityBatchRequest>, SdkBuilder<ChangeMessageVisibilityBatchRequest.Builder,ChangeMessageVisibilityBatchRequest>public static interface ChangeMessageVisibilityBatchRequest.Builder extends CopyableBuilder<ChangeMessageVisibilityBatchRequest.Builder,ChangeMessageVisibilityBatchRequest>
| Modifier and Type | Method | Description |
|---|---|---|
ChangeMessageVisibilityBatchRequest.Builder |
entries(Collection<ChangeMessageVisibilityBatchRequestEntry> 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.
|
ChangeMessageVisibilityBatchRequest.Builder |
queueUrl(String queueUrl) |
The URL of the Amazon SQS queue whose messages' visibility is changed.
|
copyapply, buildChangeMessageVisibilityBatchRequest.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.
NOTE: This method appends the values to the existing list (if any). Use
#setEntries(java.util.Collection) or #withEntries(java.util.Collection) if you want to
override the existing values.
entries - A list of receipt handles of the messages for which the visibility timeout must be changed.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.