public static interface ChangeMessageVisibilityBatchRequestEntry.Builder extends SdkPojo, 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.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
ChangeMessageVisibilityBatchRequestEntry.Builder id(String id)
An identifier for this particular receipt handle used to communicate the result.
The Id
s of a batch request need to be unique within a request.
This identifier can have up to 80 characters. The following characters are accepted: alphanumeric characters, hyphens(-), and underscores (_).
id
- An identifier for this particular receipt handle used to communicate the result.
The Id
s of a batch request need to be unique within a request.
This identifier can have up to 80 characters. The following characters are accepted: alphanumeric characters, hyphens(-), and underscores (_).
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 © 2022. All rights reserved.