@Stability(value=Experimental) public static final class DynamoPutItemProps.Builder extends Object
DynamoPutItemProps| Constructor and Description |
|---|
Builder() |
@Stability(value=Experimental) public DynamoPutItemProps.Builder item(DynamoAttributeValueMap item)
DynamoPutItemProps.getItem()item - A map of attribute name/value pairs, one for each attribute. This parameter is required.
Only the primary key attributes are required;
you can optionally provide other attribute name-value pairs for the item.this@Stability(value=Experimental) public DynamoPutItemProps.Builder tableName(String tableName)
DynamoPutItemProps.getTableName()tableName - The name of the table where the item should be writen . This parameter is required.this@Stability(value=Experimental) public DynamoPutItemProps.Builder conditionExpression(String conditionExpression)
DynamoPutItemProps.getConditionExpression()conditionExpression - A condition that must be satisfied in order for a conditional PutItem operation to succeed.this@Stability(value=Experimental) public DynamoPutItemProps.Builder expressionAttributeNames(Map<String,String> expressionAttributeNames)
DynamoPutItemProps.getExpressionAttributeNames()expressionAttributeNames - One or more substitution tokens for attribute names in an expression.this@Stability(value=Experimental) public DynamoPutItemProps.Builder expressionAttributeValues(DynamoAttributeValueMap expressionAttributeValues)
DynamoPutItemProps.getExpressionAttributeValues()expressionAttributeValues - One or more values that can be substituted in an expression.this@Stability(value=Experimental) public DynamoPutItemProps.Builder returnConsumedCapacity(DynamoConsumedCapacity returnConsumedCapacity)
DynamoPutItemProps.getReturnConsumedCapacity()returnConsumedCapacity - Determines the level of detail about provisioned throughput consumption that is returned in the response.this@Stability(value=Experimental) public DynamoPutItemProps.Builder returnItemCollectionMetrics(DynamoItemCollectionMetrics returnItemCollectionMetrics)
DynamoPutItemProps.getReturnItemCollectionMetrics()returnItemCollectionMetrics - The item collection metrics to returned in the response.this@Stability(value=Experimental) public DynamoPutItemProps.Builder returnValues(DynamoReturnValues returnValues)
DynamoPutItemProps.getReturnValues()returnValues - Use ReturnValues if you want to get the item attributes as they appeared before they were updated with the PutItem request.this@Stability(value=Experimental) public DynamoPutItemProps build()
DynamoPutItemPropsNullPointerException - if any required attribute was not providedCopyright © 2020. All rights reserved.