Interface DeleteRequest.Builder

    • Method Detail

      • key

        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.

        Parameters:
        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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.