Interface KeyAttributeMetadata

    • 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.