Class S3LinkToStringMarshaller
java.lang.Object
com.amazonaws.services.dynamodbv2.datamodeling.marshallers.S3LinkToStringMarshaller
- All Implemented Interfaces:
ArgumentMarshaller
,ArgumentMarshaller.StringAttributeMarshaller
public class S3LinkToStringMarshaller
extends Object
implements ArgumentMarshaller.StringAttributeMarshaller
A marshaller that marshals
S3Link
objects to DynamoDB Strings,
using a JSON encoding. For example: {"s3":{"region":"us-west-2",
"bucket":"my-bucket-name", "key": "foo/bar/baz.txt"}}.-
Nested Class Summary
Nested classes/interfaces inherited from interface com.amazonaws.services.dynamodbv2.datamodeling.ArgumentMarshaller
ArgumentMarshaller.BinaryAttributeMarshaller, ArgumentMarshaller.BinarySetAttributeMarshaller, ArgumentMarshaller.BooleanAttributeMarshaller, ArgumentMarshaller.ListAttributeMarshaller, ArgumentMarshaller.MapAttributeMarshaller, ArgumentMarshaller.NumberAttributeMarshaller, ArgumentMarshaller.NumberSetAttributeMarshaller, ArgumentMarshaller.StringAttributeMarshaller, ArgumentMarshaller.StringSetAttributeMarshaller
-
Method Summary
Modifier and TypeMethodDescriptionstatic S3LinkToStringMarshaller
instance()
Marshalls the object given into an AttributeValue.
-
Method Details
-
instance
-
marshall
Description copied from interface:ArgumentMarshaller
Marshalls the object given into an AttributeValue.- Specified by:
marshall
in interfaceArgumentMarshaller
-