@Beta public final class SetAction extends UpdateAction
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.
Copyright © 2021. All rights reserved.