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