Uses of Class
software.amazon.awssdk.enhanced.dynamodb.update.RemoveAction.Builder
Packages that use RemoveAction.Builder
-
Uses of RemoveAction.Builder in software.amazon.awssdk.enhanced.dynamodb.update
Methods in software.amazon.awssdk.enhanced.dynamodb.update that return RemoveAction.BuilderModifier and TypeMethodDescriptionstatic RemoveAction.BuilderRemoveAction.builder()Constructs a new builder forRemoveAction.RemoveAction.Builder.expressionNames(Map<String, String> expressionNames) Sets the optional 'expression names' token map, overriding any existing values.A string expression representing the attribute to removeRemoveAction.Builder.putExpressionName(String key, String value) Adds a single element to the optional 'expression names' token map.RemoveAction.toBuilder()