public class StaticKeyAttributeMetadata extends Object implements KeyAttributeMetadata
| Modifier and Type | Method and Description |
|---|---|
AttributeValueType |
attributeValueType()
The DynamoDB type of the key attribute
|
static StaticKeyAttributeMetadata |
create(String name,
AttributeValueType attributeValueType) |
boolean |
equals(Object o) |
int |
hashCode() |
String |
name()
The name of the key attribute
|
public static StaticKeyAttributeMetadata create(String name, AttributeValueType attributeValueType)
public String name()
KeyAttributeMetadataname in interface KeyAttributeMetadatapublic AttributeValueType attributeValueType()
KeyAttributeMetadataattributeValueType in interface KeyAttributeMetadataCopyright © 2020. All rights reserved.