static TransactDeleteItemEnhancedRequest.Builder |
TransactDeleteItemEnhancedRequest.builder() |
Creates a newly initialized builder for a request object.
|
TransactDeleteItemEnhancedRequest.Builder |
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 |
TransactDeleteItemEnhancedRequest.Builder.key(Consumer<Key.Builder> keyConsumer) |
Sets the primary Key that will be used to match the item to delete
on the builder by accepting a consumer of Key.Builder .
|
TransactDeleteItemEnhancedRequest.Builder |
TransactDeleteItemEnhancedRequest.Builder.key(Key key) |
Sets the primary Key that will be used to match the item to delete.
|
TransactDeleteItemEnhancedRequest.Builder |
TransactDeleteItemEnhancedRequest.Builder.returnValuesOnConditionCheckFailure(String returnValuesOnConditionCheckFailure) |
Use ReturnValuesOnConditionCheckFailure to get the item attributes if the Delete
condition fails.
|
TransactDeleteItemEnhancedRequest.Builder |
TransactDeleteItemEnhancedRequest.Builder.returnValuesOnConditionCheckFailure(ReturnValuesOnConditionCheckFailure returnValuesOnConditionCheckFailure) |
Use ReturnValuesOnConditionCheckFailure to get the item attributes if the Delete
condition fails.
|
TransactDeleteItemEnhancedRequest.Builder |
TransactDeleteItemEnhancedRequest.toBuilder() |
Returns a builder initialized with all existing values on the request object.
|