Uses of Interface
software.amazon.awssdk.services.dynamodb.model.Update.Builder
Packages that use Update.Builder
-
Uses of Update.Builder in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return Update.BuilderModifier and TypeMethodDescriptionstatic Update.BuilderUpdate.builder()Update.Builder.conditionExpression(String conditionExpression) A condition that must be satisfied in order for a conditional update to succeed.Update.Builder.expressionAttributeNames(Map<String, String> expressionAttributeNames) One or more substitution tokens for attribute names in an expression.Update.Builder.expressionAttributeValues(Map<String, AttributeValue> expressionAttributeValues) One or more values that can be substituted in an expression.Update.Builder.key(Map<String, AttributeValue> key) The primary key of the item to be updated.Update.Builder.returnValuesOnConditionCheckFailure(String returnValuesOnConditionCheckFailure) UseReturnValuesOnConditionCheckFailureto get the item attributes if theUpdatecondition fails.Update.Builder.returnValuesOnConditionCheckFailure(ReturnValuesOnConditionCheckFailure returnValuesOnConditionCheckFailure) UseReturnValuesOnConditionCheckFailureto get the item attributes if theUpdatecondition fails.Name of the table for theUpdateItemrequest.Update.toBuilder()Update.Builder.updateExpression(String updateExpression) An expression that defines one or more attributes to be updated, the action to be performed on them, and new value(s) for them.Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type Update.BuilderModifier and TypeMethodDescriptionstatic Class<? extends Update.Builder>Update.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.dynamodb.model with type arguments of type Update.BuilderModifier and TypeMethodDescriptiondefault TransactWriteItem.BuilderTransactWriteItem.Builder.update(Consumer<Update.Builder> update) A request to perform anUpdateItemoperation.