| Modifier and Type | Method and Description |
|---|---|
DynamoPutItem.Builder |
DynamoPutItem.Builder.conditionExpression(String conditionExpression)
A condition that must be satisfied in order for a conditional PutItem operation to succeed.
|
static DynamoPutItem.Builder |
DynamoPutItem.Builder.create()
EXPERIMENTAL
|
DynamoPutItem.Builder |
DynamoPutItem.Builder.expressionAttributeNames(Map<String,String> expressionAttributeNames)
One or more substitution tokens for attribute names in an expression.
|
DynamoPutItem.Builder |
DynamoPutItem.Builder.expressionAttributeValues(DynamoAttributeValueMap expressionAttributeValues)
One or more values that can be substituted in an expression.
|
DynamoPutItem.Builder |
DynamoPutItem.Builder.item(DynamoAttributeValueMap item)
A map of attribute name/value pairs, one for each attribute.
|
DynamoPutItem.Builder |
DynamoPutItem.Builder.returnConsumedCapacity(DynamoConsumedCapacity returnConsumedCapacity)
Determines the level of detail about provisioned throughput consumption that is returned in the response.
|
DynamoPutItem.Builder |
DynamoPutItem.Builder.returnItemCollectionMetrics(DynamoItemCollectionMetrics returnItemCollectionMetrics)
The item collection metrics to returned in the response.
|
DynamoPutItem.Builder |
DynamoPutItem.Builder.returnValues(DynamoReturnValues returnValues)
Use ReturnValues if you want to get the item attributes as they appeared before they were updated with the PutItem request.
|
DynamoPutItem.Builder |
DynamoPutItem.Builder.tableName(String tableName)
The name of the table where the item should be writen .
|
Copyright © 2020. All rights reserved.