public static interface DeleteRequest.Builder extends SdkPojo, CopyableBuilder<DeleteRequest.Builder,DeleteRequest>
Modifier and Type | Method and Description |
---|---|
DeleteRequest.Builder |
key(Map<String,AttributeValue> key)
A map of attribute name to attribute values, representing the primary key of the item to delete.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
DeleteRequest.Builder key(Map<String,AttributeValue> key)
A map of attribute name to attribute values, representing the primary key of the item to delete. All of the table's primary key attributes must be specified, and their data types must match those of the table's key schema.
key
- A map of attribute name to attribute values, representing the primary key of the item to delete. All
of the table's primary key attributes must be specified, and their data types must match those of the
table's key schema.Copyright © 2020. All rights reserved.