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