You could start with a new item, use Item->getMaxDurability(), subtract 1, then use Item->applyDamage() to get an item with 1 durability. If you have an item with the Unbreaking enchantment, it could have more than one use, I believe.