com.amazonaws.services.dynamodb.datamodeling
Annotation Type DynamoDBRangeKey


@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface DynamoDBRangeKey

Annotation for marking a property in a class as the range key for a DynamoDB table. Applied to the getter for the range key property.

This annotation is required for tables that use a range key.


Optional Element Summary
 String attributeName
          Optional parameter when the name of the attribute as stored in DynamoDB should differ from the name used by the getter / setter.
 

attributeName

public abstract String attributeName
Optional parameter when the name of the attribute as stored in DynamoDB should differ from the name used by the getter / setter.

Default:
""


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.