Update

class Update

Represents a request to perform an UpdateItem operation.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A condition that must be satisfied in order for a conditional update to succeed.

Link copied to clipboard

One or more substitution tokens for attribute names in an expression.

Link copied to clipboard

One or more values that can be substituted in an expression.

Link copied to clipboard

The primary key of the item to be updated. Each element consists of an attribute name and a value for that attribute.

Link copied to clipboard

Use ReturnValuesOnConditionCheckFailure to get the item attributes if the Update condition fails. For ReturnValuesOnConditionCheckFailure, the valid values are: NONE and ALL_OLD.

Link copied to clipboard

Name of the table for the UpdateItem request. You can also provide the Amazon Resource Name (ARN) of the table in this parameter.

Link copied to clipboard

An expression that defines one or more attributes to be updated, the action to be performed on them, and new value(s) for them.

Functions

Link copied to clipboard
inline fun copy(block: Update.Builder.() -> Unit = {}): Update
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String