Class StaticKeyAttributeMetadata
- java.lang.Object
-
- software.amazon.awssdk.enhanced.dynamodb.internal.mapper.StaticKeyAttributeMetadata
-
- All Implemented Interfaces:
KeyAttributeMetadata
public class StaticKeyAttributeMetadata extends Object implements KeyAttributeMetadata
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description AttributeValueType
attributeValueType()
The DynamoDB type of the key attributestatic StaticKeyAttributeMetadata
create(String name, AttributeValueType attributeValueType)
boolean
equals(Object o)
int
hashCode()
String
name()
The name of the key attribute
-
-
-
Method Detail
-
create
public static StaticKeyAttributeMetadata create(String name, AttributeValueType attributeValueType)
-
name
public String name()
Description copied from interface:KeyAttributeMetadata
The name of the key attribute- Specified by:
name
in interfaceKeyAttributeMetadata
-
attributeValueType
public AttributeValueType attributeValueType()
Description copied from interface:KeyAttributeMetadata
The DynamoDB type of the key attribute- Specified by:
attributeValueType
in interfaceKeyAttributeMetadata
-
-