ExpectedAttributeValue.Builder |
ExpectedAttributeValue.Builder.attributeValueList(Collection<AttributeValue> attributeValueList) |
One or more values to evaluate against the supplied attribute.
|
ExpectedAttributeValue.Builder |
ExpectedAttributeValue.Builder.attributeValueList(Consumer<AttributeValue.Builder>... attributeValueList) |
One or more values to evaluate against the supplied attribute.
|
ExpectedAttributeValue.Builder |
ExpectedAttributeValue.Builder.attributeValueList(AttributeValue... attributeValueList) |
One or more values to evaluate against the supplied attribute.
|
static ExpectedAttributeValue.Builder |
ExpectedAttributeValue.builder() |
|
ExpectedAttributeValue.Builder |
ExpectedAttributeValue.Builder.comparisonOperator(String comparisonOperator) |
A comparator for evaluating attributes in the AttributeValueList.
|
ExpectedAttributeValue.Builder |
ExpectedAttributeValue.Builder.comparisonOperator(ComparisonOperator comparisonOperator) |
A comparator for evaluating attributes in the AttributeValueList.
|
ExpectedAttributeValue.Builder |
ExpectedAttributeValue.Builder.exists(Boolean exists) |
Causes DynamoDB to evaluate the value before attempting a conditional operation:
|
ExpectedAttributeValue.Builder |
ExpectedAttributeValue.toBuilder() |
|
default ExpectedAttributeValue.Builder |
ExpectedAttributeValue.Builder.value(Consumer<AttributeValue.Builder> value) |
Represents the data for the expected attribute.
|
ExpectedAttributeValue.Builder |
ExpectedAttributeValue.Builder.value(AttributeValue value) |
Represents the data for the expected attribute.
|