Uses of Interface
software.amazon.awssdk.services.sqs.model.Message.Builder
Packages that use Message.Builder
-
Uses of Message.Builder in software.amazon.awssdk.services.sqs.model
Methods in software.amazon.awssdk.services.sqs.model that return Message.BuilderModifier and TypeMethodDescriptionMessage.Builder.attributes(Map<MessageSystemAttributeName, String> attributes) A map of the attributes requested inReceiveMessageto their respective values.Message.Builder.attributesWithStrings(Map<String, String> attributes) A map of the attributes requested inReceiveMessageto their respective values.The message's contents (not URL-encoded).static Message.BuilderMessage.builder()An MD5 digest of the non-URL-encoded message body string.Message.Builder.md5OfMessageAttributes(String md5OfMessageAttributes) An MD5 digest of the non-URL-encoded message attribute string.Message.Builder.messageAttributes(Map<String, MessageAttributeValue> messageAttributes) Each message attribute consists of aName,Type, andValue.A unique identifier for the message.Message.Builder.receiptHandle(String receiptHandle) An identifier associated with the act of receiving the message.Message.toBuilder()Methods in software.amazon.awssdk.services.sqs.model that return types with arguments of type Message.BuilderModifier and TypeMethodDescriptionstatic Class<? extends Message.Builder>Message.serializableBuilderClass()