Class AWS::DynamoDB::AttributeCollection::UpdateBuilder
In: lib/aws/dynamo_db/attribute_collection.rb
Parent: Object

Used to build a batch of updates to an item‘s attributes. See {AttributeCollection#update} for more information.

Methods

add   delete   merge!   new   put   set  

Included Modules

Types

Attributes

updates  [R]  @private

Public Class methods

@private

Public Instance methods

Adds to the values of one or more attributes. See {AttributeCollection#add} for more information.

Deletes one or more attributes or attribute values. See {AttributeCollection#delete} for more information.

merge!(attributes)

Alias for set

put(attributes)

Alias for set

Replaces the values of one or more attributes. See {AttributeCollection#set} for more information.

[Validate]