Uses of Class
software.amazon.awssdk.enhanced.dynamodb.model.ConditionCheck.Builder
Packages that use ConditionCheck.Builder
-
Uses of ConditionCheck.Builder in software.amazon.awssdk.enhanced.dynamodb.model
Methods in software.amazon.awssdk.enhanced.dynamodb.model that return ConditionCheck.BuilderModifier and TypeMethodDescriptionstatic ConditionCheck.BuilderConditionCheck.builder()Creates a newly initialized builder for this object.ConditionCheck.Builder.conditionExpression(Expression conditionExpression) Defines a logical expression on the attributes of table items that match the supplied primary key value(s).ConditionCheck.Builder.key(Consumer<Key.Builder> keyConsumer) Sets the primaryKeythat will be used together with the condition expression on the builder by accepting a consumer ofKey.Builder.Sets the primaryKeythat will be used together with the condition expression.ConditionCheck.Builder.returnValuesOnConditionCheckFailure(String returnValuesOnConditionCheckFailure) UseReturnValuesOnConditionCheckFailureto get the item attributes if theConditionCheckcondition fails.ConditionCheck.Builder.returnValuesOnConditionCheckFailure(ReturnValuesOnConditionCheckFailure returnValuesOnConditionCheckFailure) UseReturnValuesOnConditionCheckFailureto get the item attributes if theConditionCheckcondition fails.ConditionCheck.toBuilder()Returns a builder initialized with all existing values on the object.Method parameters in software.amazon.awssdk.enhanced.dynamodb.model with type arguments of type ConditionCheck.BuilderModifier and TypeMethodDescriptionTransactWriteItemsEnhancedRequest.Builder.addConditionCheck(MappedTableResource<T> mappedTableResource, Consumer<ConditionCheck.Builder> requestConsumer) Adds a condition check for a primary key in the associated table to the transaction by accepting a consumer ofConditionCheck.Builder.