Interface DeleteRequest.Builder

All Superinterfaces:
Buildable, CopyableBuilder<DeleteRequest.Builder,DeleteRequest>, SdkBuilder<DeleteRequest.Builder,DeleteRequest>, SdkPojo
Enclosing class:
DeleteRequest

public static interface DeleteRequest.Builder extends SdkPojo, CopyableBuilder<DeleteRequest.Builder,DeleteRequest>
  • Method Details

    • 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.