Class SetAction

java.lang.Object
com.amazonaws.services.dynamodbv2.xspec.UpdateAction
com.amazonaws.services.dynamodbv2.xspec.SetAction

@Beta public final class SetAction extends UpdateAction
Represents a SET action in the SET section of an update expression.

A SET action is used to add one or more attributes and values to an item. If any of these attribute already exist, they are replaced by the new values.

This object is as immutable (or unmodifiable) as the underlying value (of type UnitOfExpression) given during construction.