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()
KeyAttributeMetadata
name
in interface KeyAttributeMetadata
public AttributeValueType attributeValueType()
KeyAttributeMetadata
attributeValueType
in interface KeyAttributeMetadata
Copyright © 2021. All rights reserved.