Interface Disk.Builder

    • Method Detail

      • bytes

        Disk.Builder bytes​(Long bytes)

        The amount of storage on the disk in bytes.

        Parameters:
        bytes - The amount of storage on the disk in bytes.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • deviceName

        Disk.Builder deviceName​(String deviceName)

        The disk or device name.

        Parameters:
        deviceName - The disk or device name.
        Returns:
        Returns a reference to this object so that method calls can be chained together.