@Retention(RUNTIME) @Target({FIELD,METHOD}) public @interface DynamoDbHashKey
This annotation is required.
Modifier and Type | Optional Element | Description |
---|---|---|
String |
attributeName |
Optional parameter when the name of the attribute as stored in DynamoDB
should differ from the name used by the getter / setter.
|
String attributeName
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.