public static interface MessageAttributeValue.Builder extends SdkPojo, CopyableBuilder<MessageAttributeValue.Builder,MessageAttributeValue>
Modifier and Type | Method and Description |
---|---|
MessageAttributeValue.Builder |
binaryValue(SdkBytes binaryValue)
Binary type attributes can store any binary data, for example, compressed data, encrypted data, or images.
|
MessageAttributeValue.Builder |
dataType(String dataType)
Amazon SNS supports the following logical data types: String, String.Array, Number, and Binary.
|
MessageAttributeValue.Builder |
stringValue(String stringValue)
Strings are Unicode with UTF8 binary encoding.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
MessageAttributeValue.Builder dataType(String dataType)
Amazon SNS supports the following logical data types: String, String.Array, Number, and Binary. For more information, see Message Attribute Data Types.
dataType
- Amazon SNS supports the following logical data types: String, String.Array, Number, and Binary. For
more information, see Message Attribute Data Types.MessageAttributeValue.Builder stringValue(String stringValue)
Strings are Unicode with UTF8 binary encoding. For a list of code values, see ASCII Printable Characters.
stringValue
- Strings are Unicode with UTF8 binary encoding. For a list of code values, see ASCII Printable Characters.MessageAttributeValue.Builder binaryValue(SdkBytes binaryValue)
Binary type attributes can store any binary data, for example, compressed data, encrypted data, or images.
binaryValue
- Binary type attributes can store any binary data, for example, compressed data, encrypted data, or
images.Copyright © 2023. All rights reserved.