Annotation Interface Update


@Retention(RUNTIME) @Target(METHOD) @Documented public @interface Update
Declares a single-item DynamoDB update.
Since:
1.0.0
Author:
Matej Nedic
  • Element Details

    • updateExpression

      String updateExpression
      Returns:
      the DynamoDB update expression
    • conditionExpression

      String conditionExpression
      Returns:
      the optional DynamoDB condition expression
      Default:
      ""
    • names

      Returns:
      expression attribute-name mappings
      Default:
      {}
    • values

      ExpressionValue[] values
      Returns:
      constant expression attribute values
      Default:
      {}