Interface SnsMessageAttributeValue.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<SnsMessageAttributeValue.Builder,,SnsMessageAttributeValue> SdkBuilder<SnsMessageAttributeValue.Builder,,SnsMessageAttributeValue> SdkPojo
- Enclosing class:
SnsMessageAttributeValue
@Mutable
@NotThreadSafe
public static interface SnsMessageAttributeValue.Builder
extends SdkPojo, CopyableBuilder<SnsMessageAttributeValue.Builder,SnsMessageAttributeValue>
-
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 and the accepted vocabulary belong to SNS, which rejects an attribute without a data type on delivery.
- Parameters:
dataType- Attribute data type. Requiredness and the accepted vocabulary belong to SNS, 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.
-