| Modifier and Type | Method and Description |
|---|---|
DynamoUpdateItem.Builder |
DynamoUpdateItem.Builder.conditionExpression(String conditionExpression)
A condition that must be satisfied in order for a conditional DeleteItem to succeed.
|
static DynamoUpdateItem.Builder |
DynamoUpdateItem.Builder.create()
EXPERIMENTAL
|
DynamoUpdateItem.Builder |
DynamoUpdateItem.Builder.expressionAttributeNames(Map<String,String> expressionAttributeNames)
One or more substitution tokens for attribute names in an expression.
|
DynamoUpdateItem.Builder |
DynamoUpdateItem.Builder.expressionAttributeValues(DynamoAttributeValueMap expressionAttributeValues)
One or more values that can be substituted in an expression.
|
DynamoUpdateItem.Builder |
DynamoUpdateItem.Builder.partitionKey(DynamoAttribute partitionKey)
The partition key of the item to be updated.
|
DynamoUpdateItem.Builder |
DynamoUpdateItem.Builder.returnConsumedCapacity(DynamoConsumedCapacity returnConsumedCapacity)
Determines the level of detail about provisioned throughput consumption that is returned in the response.
|
DynamoUpdateItem.Builder |
DynamoUpdateItem.Builder.returnItemCollectionMetrics(DynamoItemCollectionMetrics returnItemCollectionMetrics)
Determines whether item collection metrics are returned.
|
DynamoUpdateItem.Builder |
DynamoUpdateItem.Builder.returnValues(DynamoReturnValues returnValues)
Use ReturnValues if you want to get the item attributes as they appeared before they were deleted.
|
DynamoUpdateItem.Builder |
DynamoUpdateItem.Builder.sortKey(DynamoAttribute sortKey)
The sort key of the item to be updated.
|
DynamoUpdateItem.Builder |
DynamoUpdateItem.Builder.tableName(String tableName)
The name of the table containing the requested item.
|
DynamoUpdateItem.Builder |
DynamoUpdateItem.Builder.updateExpression(String updateExpression)
An expression that defines one or more attributes to be updated, the action to be performed on them, and new values for them.
|
Copyright © 2020. All rights reserved.