Class ReadModification
- java.lang.Object
-
- software.amazon.awssdk.enhanced.dynamodb.extensions.ReadModification
-
@ThreadSafe public final class ReadModification extends Object
Simple object for storing a modification to a read operation. If a transformedItem is supplied then this item will be completely substituted in place of the item that was actually read.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ReadModification.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ReadModification.Builder
builder()
boolean
equals(Object o)
int
hashCode()
Map<String,AttributeValue>
transformedItem()
-
-
-
Method Detail
-
builder
public static ReadModification.Builder builder()
-
transformedItem
public Map<String,AttributeValue> transformedItem()
-
-