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 SummaryNested Classes Modifier and Type Class Description static classReadModification.Builder
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ReadModification.Builderbuilder()booleanequals(Object o)inthashCode()Map<String,AttributeValue>transformedItem()
 
- 
- 
- 
Method Detail- 
builderpublic static ReadModification.Builder builder() 
 - 
transformedItempublic Map<String,AttributeValue> transformedItem() 
 
- 
 
-