Message |
Message.addAttributesEntry(String key,
String value) |
|
Message |
Message.addMessageAttributesEntry(String key,
MessageAttributeValue value) |
|
Message |
Message.clearAttributesEntries() |
Removes all the entries added into Attributes.
|
Message |
Message.clearMessageAttributesEntries() |
Removes all the entries added into MessageAttributes.
|
Message |
Message.clone() |
|
Message |
Message.withAttributes(Map<String,String> attributes) |
SenderId , SentTimestamp ,
ApproximateReceiveCount , and/or
ApproximateFirstReceiveTimestamp .
|
Message |
Message.withBody(String body) |
The message's contents (not URL-encoded).
|
Message |
Message.withMD5OfBody(String mD5OfBody) |
An MD5 digest of the non-URL-encoded message body string.
|
Message |
Message.withMD5OfMessageAttributes(String mD5OfMessageAttributes) |
An MD5 digest of the non-URL-encoded message attribute string.
|
Message |
Message.withMessageAttributes(Map<String,MessageAttributeValue> messageAttributes) |
Each message attribute consists of a Name, Type, and Value.
|
Message |
Message.withMessageId(String messageId) |
A unique identifier for the message.
|
Message |
Message.withReceiptHandle(String receiptHandle) |
An identifier associated with the act of receiving the message.
|