public class S3LinkToStringMarshaller extends Object implements ArgumentMarshaller.StringAttributeMarshaller
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"}}.ArgumentMarshaller.BinaryAttributeMarshaller, ArgumentMarshaller.BinarySetAttributeMarshaller, ArgumentMarshaller.BooleanAttributeMarshaller, ArgumentMarshaller.ListAttributeMarshaller, ArgumentMarshaller.MapAttributeMarshaller, ArgumentMarshaller.NumberAttributeMarshaller, ArgumentMarshaller.NumberSetAttributeMarshaller, ArgumentMarshaller.StringAttributeMarshaller, ArgumentMarshaller.StringSetAttributeMarshaller
Modifier and Type | Method and Description |
---|---|
static S3LinkToStringMarshaller |
instance() |
AttributeValue |
marshall(Object obj)
Marshalls the object given into an AttributeValue.
|
public static S3LinkToStringMarshaller instance()
public AttributeValue marshall(Object obj)
ArgumentMarshaller
marshall
in interface ArgumentMarshaller
Copyright © 2017. All rights reserved.