@ThreadSafe public final class WriteModification extends Object
If a transformedItem is supplied then this item will be completely substituted in place of the item that was previously going to be written.
If an additionalConditionalExpression is supplied then this condition will be coalesced with any other conditions and added as a parameter to the write operation.
If an updateExpression is supplied then this update expression will be coalesced with any other update expressions and added as a parameter to the write operation.
Modifier and Type | Class and Description |
---|---|
static class |
WriteModification.Builder |
Modifier and Type | Method and Description |
---|---|
Expression |
additionalConditionalExpression() |
static WriteModification.Builder |
builder() |
boolean |
equals(Object o) |
int |
hashCode() |
Map<String,AttributeValue> |
transformedItem() |
UpdateExpression |
updateExpression() |
public static WriteModification.Builder builder()
public Map<String,AttributeValue> transformedItem()
public Expression additionalConditionalExpression()
public UpdateExpression updateExpression()
Copyright © 2023. All rights reserved.