Uses of Class
software.amazon.awssdk.enhanced.dynamodb.update.AddAction.Builder
Packages that use AddAction.Builder
-
Uses of AddAction.Builder in software.amazon.awssdk.enhanced.dynamodb.update
Methods in software.amazon.awssdk.enhanced.dynamodb.update that return AddAction.BuilderModifier and TypeMethodDescriptionstatic AddAction.BuilderAddAction.builder()Constructs a new builder forAddAction.AddAction.Builder.expressionNames(Map<String, String> expressionNames) Sets the optional 'expression names' token map, overriding any existing values.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.A string expression representing the attribute to be acted uponAddAction.Builder.putExpressionName(String key, String value) Adds a single element to the optional 'expression names' token map.AddAction.Builder.putExpressionValue(String key, AttributeValue value) Adds a single element to the 'expression values' token map.AddAction.toBuilder()A string expression representing the value used in the action.