public static interface MessageSystemAttributeValue.Builder extends SdkPojo, CopyableBuilder<MessageSystemAttributeValue.Builder,MessageSystemAttributeValue>
Modifier and Type | Method and Description |
---|---|
MessageSystemAttributeValue.Builder |
binaryListValues(Collection<SdkBytes> binaryListValues)
Not implemented.
|
MessageSystemAttributeValue.Builder |
binaryListValues(SdkBytes... binaryListValues)
Not implemented.
|
MessageSystemAttributeValue.Builder |
binaryValue(SdkBytes binaryValue)
Binary type attributes can store any binary data, such as compressed data, encrypted data, or images.
|
MessageSystemAttributeValue.Builder |
dataType(String dataType)
Amazon SQS supports the following logical data types:
String , Number , and
Binary . |
MessageSystemAttributeValue.Builder |
stringListValues(Collection<String> stringListValues)
Not implemented.
|
MessageSystemAttributeValue.Builder |
stringListValues(String... stringListValues)
Not implemented.
|
MessageSystemAttributeValue.Builder |
stringValue(String stringValue)
Strings are Unicode with UTF-8 binary encoding.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
MessageSystemAttributeValue.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.MessageSystemAttributeValue.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.MessageSystemAttributeValue.Builder stringListValues(Collection<String> stringListValues)
Not implemented. Reserved for future use.
stringListValues
- Not implemented. Reserved for future use.MessageSystemAttributeValue.Builder stringListValues(String... stringListValues)
Not implemented. Reserved for future use.
stringListValues
- Not implemented. Reserved for future use.MessageSystemAttributeValue.Builder binaryListValues(Collection<SdkBytes> binaryListValues)
Not implemented. Reserved for future use.
binaryListValues
- Not implemented. Reserved for future use.MessageSystemAttributeValue.Builder binaryListValues(SdkBytes... binaryListValues)
Not implemented. Reserved for future use.
binaryListValues
- Not implemented. Reserved for future use.MessageSystemAttributeValue.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 © 2022. All rights reserved.