@Beta public class NULL extends PathOperand
A path operand that refers to a NULL attribute in DynamoDB; used for building expressions.

Use ExpressionSpecBuilder.NULL(String) to instantiate this class.

  • Method Details

    • set

      public final SetAction set()
      Returns a SetAction object (used for building update expression) of setting an attribute to null.