public static interface ChangeMessageVisibilityBatchRequestEntry.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<ChangeMessageVisibilityBatchRequestEntry.Builder,ChangeMessageVisibilityBatchRequestEntry>
| Modifier and Type | Method and Description |
|---|---|
ChangeMessageVisibilityBatchRequestEntry.Builder |
id(String id)
An identifier for this particular receipt handle used to communicate the result.
|
ChangeMessageVisibilityBatchRequestEntry.Builder |
receiptHandle(String receiptHandle)
A receipt handle.
|
ChangeMessageVisibilityBatchRequestEntry.Builder |
visibilityTimeout(Integer visibilityTimeout)
The new value (in seconds) for the message's visibility timeout.
|
ChangeMessageVisibilityBatchRequestEntry.Builder id(String id)
An identifier for this particular receipt handle used to communicate the result.
The Ids of a batch request need to be unique within a request
id - An identifier for this particular receipt handle used to communicate the result.
The Ids of a batch request need to be unique within a request
ChangeMessageVisibilityBatchRequestEntry.Builder receiptHandle(String receiptHandle)
A receipt handle.
receiptHandle - A receipt handle.ChangeMessageVisibilityBatchRequestEntry.Builder visibilityTimeout(Integer visibilityTimeout)
The new value (in seconds) for the message's visibility timeout.
visibilityTimeout - The new value (in seconds) for the message's visibility timeout.Copyright © 2017. All rights reserved.