public class DynamoDBTransactionWriteExpression extends Object
Constructor and Description |
---|
DynamoDBTransactionWriteExpression() |
Modifier and Type | Method and Description |
---|---|
String |
getConditionExpression()
A condition that must be satisfied in order for a conditional write to succeed.
|
Map<String,String> |
getExpressionAttributeNames()
One or more substitution tokens for attribute names in an expression.
|
Map<String,AttributeValue> |
getExpressionAttributeValues()
One or more values that can be substituted in an expression.
|
DynamoDBTransactionWriteExpression |
withConditionExpression(String conditionExpression)
A condition that must be satisfied in order for a conditional write to succeed.
|
DynamoDBTransactionWriteExpression |
withExpressionAttributeNames(Map<String,String> expressionAttributeNames)
One or more substitution tokens for attribute names in an expression.
|
DynamoDBTransactionWriteExpression |
withExpressionAttributeValues(Map<String,AttributeValue> expressionAttributeValues)
One or more values that can be substituted in an expression.
|
public DynamoDBTransactionWriteExpression withConditionExpression(String conditionExpression)
public String getConditionExpression()
public DynamoDBTransactionWriteExpression withExpressionAttributeNames(Map<String,String> expressionAttributeNames)
public Map<String,String> getExpressionAttributeNames()
public DynamoDBTransactionWriteExpression withExpressionAttributeValues(Map<String,AttributeValue> expressionAttributeValues)
public Map<String,AttributeValue> getExpressionAttributeValues()