Specifies the attribute to update and how to perform the update. Possible values: PUT (default), ADD or DELETE .
PUT
ADD
DELETE
1441144214431444144514461447144814491450
.withN(item.get(key).getN()) .withNS(item.get(key).getNS()) .withS(item.get(key).getS()) .withSS(item.get(key).getSS()); } else { updateValues.put(key, new AttributeValueUpdate(item.get(key), "PUT")); } } return updateValues; }