@Retention(value=RUNTIME) @Target(value={FIELD,METHOD}) public @interface DynamoDBHashKey
This annotation is required.
| Modifier and Type | Optional Element and Description | 
|---|---|
| String | attributeNameOptional parameter when the name of the attribute as stored in DynamoDB
 should differ from the name used by the getter / setter. | 
public abstract String attributeName