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