public static interface MessageAttributeValue.Builder extends SdkPojo, CopyableBuilder<MessageAttributeValue.Builder,MessageAttributeValue>
Modifier and Type | Method and Description |
---|---|
MessageAttributeValue.Builder |
binaryListValues(Collection<SdkBytes> binaryListValues)
Not implemented.
|
MessageAttributeValue.Builder |
binaryListValues(SdkBytes... binaryListValues)
Not implemented.
|
MessageAttributeValue.Builder |
binaryValue(SdkBytes binaryValue)
Binary type attributes can store any binary data, such as compressed data, encrypted data, or images.
|
MessageAttributeValue.Builder |
dataType(String dataType)
Amazon SQS supports the following logical data types:
String , Number , and
Binary . |
MessageAttributeValue.Builder |
stringListValues(Collection<String> stringListValues)
Not implemented.
|
MessageAttributeValue.Builder |
stringListValues(String... stringListValues)
Not implemented.
|
MessageAttributeValue.Builder |
stringValue(String stringValue)
Strings are Unicode with UTF-8 binary encoding.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
MessageAttributeValue.Builder stringValue(String stringValue)
Strings are Unicode with UTF-8 binary encoding. For a list of code values, see ASCII Printable Characters.
stringValue
- Strings are Unicode with UTF-8 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, such as compressed data, encrypted data, or images.
binaryValue
- Binary type attributes can store any binary data, such as compressed data, encrypted data, or images.MessageAttributeValue.Builder stringListValues(Collection<String> stringListValues)
Not implemented. Reserved for future use.
stringListValues
- Not implemented. Reserved for future use.MessageAttributeValue.Builder stringListValues(String... stringListValues)
Not implemented. Reserved for future use.
stringListValues
- Not implemented. Reserved for future use.MessageAttributeValue.Builder binaryListValues(Collection<SdkBytes> binaryListValues)
Not implemented. Reserved for future use.
binaryListValues
- Not implemented. Reserved for future use.MessageAttributeValue.Builder binaryListValues(SdkBytes... binaryListValues)
Not implemented. Reserved for future use.
binaryListValues
- Not implemented. Reserved for future use.MessageAttributeValue.Builder dataType(String dataType)
Amazon SQS supports the following logical data types: String
, Number
, and
Binary
. For the Number
data type, you must use StringValue
.
You can also append custom labels. For more information, see Amazon SQS Message Attributes in the Amazon SQS Developer Guide.
dataType
- Amazon SQS supports the following logical data types: String
, Number
, and
Binary
. For the Number
data type, you must use StringValue
.
You can also append custom labels. For more information, see Amazon SQS Message Attributes in the Amazon SQS Developer Guide.
Copyright © 2023. All rights reserved.