Uses of Class
software.amazon.awssdk.enhanced.dynamodb.model.TransactDeleteItemEnhancedRequest.Builder
Packages that use TransactDeleteItemEnhancedRequest.Builder
-
Uses of TransactDeleteItemEnhancedRequest.Builder in software.amazon.awssdk.enhanced.dynamodb.model
Methods in software.amazon.awssdk.enhanced.dynamodb.model that return TransactDeleteItemEnhancedRequest.BuilderModifier and TypeMethodDescriptionTransactDeleteItemEnhancedRequest.builder()Creates a newly initialized builder for a request object.TransactDeleteItemEnhancedRequest.Builder.conditionExpression(Expression conditionExpression) Defines a logical expression on an item's attribute values which, if evaluating to true, will allow the delete operation to succeed.TransactDeleteItemEnhancedRequest.Builder.key(Consumer<Key.Builder> keyConsumer) Sets the primaryKeythat will be used to match the item to delete on the builder by accepting a consumer ofKey.Builder.Sets the primaryKeythat will be used to match the item to delete.TransactDeleteItemEnhancedRequest.Builder.returnValuesOnConditionCheckFailure(String returnValuesOnConditionCheckFailure) UseReturnValuesOnConditionCheckFailureto get the item attributes if theDeletecondition fails.TransactDeleteItemEnhancedRequest.Builder.returnValuesOnConditionCheckFailure(ReturnValuesOnConditionCheckFailure returnValuesOnConditionCheckFailure) UseReturnValuesOnConditionCheckFailureto get the item attributes if theDeletecondition fails.TransactDeleteItemEnhancedRequest.toBuilder()Returns a builder initialized with all existing values on the request object.