Interface KeyAttributeMetadata
-
- All Known Implementing Classes:
StaticKeyAttributeMetadata
@SdkPublicApi @ThreadSafe public interface KeyAttributeMetadata
A metadata class that stores information about a key attribute
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description AttributeValueTypeattributeValueType()The DynamoDB type of the key attributeStringname()The name of the key attributedefault Orderorder()The order of the key attribute for composite keys.
-
-
-
Method Detail
-
name
String name()
The name of the key attribute
-
attributeValueType
AttributeValueType attributeValueType()
The DynamoDB type of the key attribute
-
order
default Order order()
The order of the key attribute for composite keys. Default is -1 for implicit ordering.
-
-