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