Uses of Class
software.amazon.awssdk.enhanced.dynamodb.update.AddAction.Builder
-
Packages that use AddAction.Builder Package Description software.amazon.awssdk.enhanced.dynamodb.update -
-
Uses of AddAction.Builder in software.amazon.awssdk.enhanced.dynamodb.update
Methods in software.amazon.awssdk.enhanced.dynamodb.update that return AddAction.Builder Modifier and Type Method Description static AddAction.Builder
AddAction. builder()
Constructs a new builder forAddAction
.AddAction.Builder
AddAction.Builder. expressionNames(Map<String,String> expressionNames)
Sets the optional 'expression names' token map, overriding any existing values.AddAction.Builder
AddAction.Builder. expressionValues(Map<String,AttributeValue> expressionValues)
Sets the 'expression values' token map that maps from value references (expression attribute values) to DynamoDB AttributeValues, overriding any existing values.AddAction.Builder
AddAction.Builder. path(String path)
A string expression representing the attribute to be acted uponAddAction.Builder
AddAction.Builder. putExpressionName(String key, String value)
Adds a single element to the optional 'expression names' token map.AddAction.Builder
AddAction.Builder. putExpressionValue(String key, AttributeValue value)
Adds a single element to the 'expression values' token map.AddAction.Builder
AddAction. toBuilder()
AddAction.Builder
AddAction.Builder. value(String value)
A string expression representing the value used in the action.
-