Annotation Type DynamoDbSecondaryPartitionKey

    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      String[] indexNames
      The names of one or more global secondary indices that this partition key should participate in.
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      Order order
      The order of this partition key attribute in composite keys (0-3).
    • Element Detail

      • indexNames

        String[] indexNames
        The names of one or more global secondary indices that this partition key should participate in.
      • order

        Order order
        The order of this partition key attribute in composite keys (0-3). Required when multiple partition keys are defined.
        Default:
        software.amazon.awssdk.enhanced.dynamodb.mapper.Order.UNSPECIFIED