Interface SqsMessageAttributeValue.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<SqsMessageAttributeValue.Builder,,SqsMessageAttributeValue> SdkBuilder<SqsMessageAttributeValue.Builder,,SqsMessageAttributeValue> SdkPojo
- Enclosing class:
SqsMessageAttributeValue
@Mutable
@NotThreadSafe
public static interface SqsMessageAttributeValue.Builder
extends SdkPojo, CopyableBuilder<SqsMessageAttributeValue.Builder,SqsMessageAttributeValue>
-
Method Summary
Modifier and TypeMethodDescriptionbinaryValue(String binaryValue) Base64-encoded literal binary attribute value.Attribute data type.stringValue(String stringValue) String attribute value.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
dataType
Attribute data type. Requiredness, the accepted vocabulary, and any custom label belong to SQS, which rejects an attribute without a data type on delivery.
- Parameters:
dataType- Attribute data type. Requiredness, the accepted vocabulary, and any custom label belong to SQS, which rejects an attribute without a data type on delivery.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stringValue
String attribute value. A JSONata expression resolves once per delivered event.
- Parameters:
stringValue- String attribute value. A JSONata expression resolves once per delivered event.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
binaryValue
Base64-encoded literal binary attribute value.
- Parameters:
binaryValue- Base64-encoded literal binary attribute value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-