public static interface DeleteMessageBatchRequestEntry.Builder extends SdkPojo, CopyableBuilder<DeleteMessageBatchRequestEntry.Builder,DeleteMessageBatchRequestEntry>
| Modifier and Type | Method and Description |
|---|---|
DeleteMessageBatchRequestEntry.Builder |
id(String id)
An identifier for this particular receipt handle.
|
DeleteMessageBatchRequestEntry.Builder |
receiptHandle(String receiptHandle)
A receipt handle.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteMessageBatchRequestEntry.Builder id(String id)
An identifier for this particular receipt handle. This is used to communicate the result.
The Ids 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. This is used to communicate the result.
The Ids 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 (_).
DeleteMessageBatchRequestEntry.Builder receiptHandle(String receiptHandle)
A receipt handle.
receiptHandle - A receipt handle.Copyright © 2021. All rights reserved.