Package org.leo.aws.ddb.data
Class UpdateItem
- java.lang.Object
-
- org.leo.aws.ddb.data.UpdateItem
-
- Direct Known Subclasses:
UpdateItem.DefaultUpdateItem
public abstract class UpdateItem extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceUpdateItem.Builderprivate static classUpdateItem.DefaultUpdateItem
-
Field Summary
Fields Modifier and Type Field Description private PrimaryKeyprimaryKeyprivate Map<String,Object>updatedValues
-
Constructor Summary
Constructors Modifier Constructor Description protectedUpdateItem(PrimaryKey primaryKey, Map<String,Object> updatedValues)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UpdateItem.BuilderdefaultBuilder()PrimaryKeygetPrimaryKey()Map<String,Object>getUpdatedValues()
-
-
-
Field Detail
-
primaryKey
private final PrimaryKey primaryKey
-
-
Constructor Detail
-
UpdateItem
protected UpdateItem(PrimaryKey primaryKey, Map<String,Object> updatedValues)
-
-
Method Detail
-
getPrimaryKey
public PrimaryKey getPrimaryKey()
-
defaultBuilder
public static UpdateItem.Builder defaultBuilder()
-
-