Interface InventoryDeletionSummaryItem.Builder

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

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

    • version

      The inventory type version.

      Parameters:
      version - The inventory type version.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • count

      A count of the number of deleted items.

      Parameters:
      count - A count of the number of deleted items.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • remainingCount

      InventoryDeletionSummaryItem.Builder remainingCount(Integer remainingCount)

      The remaining number of items to delete.

      Parameters:
      remainingCount - The remaining number of items to delete.
      Returns:
      Returns a reference to this object so that method calls can be chained together.