Interface DiskInfo.Builder

    • Method Detail

      • name

        DiskInfo.Builder name​(String name)

        The disk name.

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

        DiskInfo.Builder path​(String path)

        The disk path.

        Parameters:
        path - The disk path.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sizeInGb

        DiskInfo.Builder sizeInGb​(Integer sizeInGb)

        The size of the disk in GB (32).

        Parameters:
        sizeInGb - The size of the disk in GB (32).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • isSystemDisk

        DiskInfo.Builder isSystemDisk​(Boolean isSystemDisk)

        A Boolean value indicating whether this disk is a system disk (has an operating system loaded on it).

        Parameters:
        isSystemDisk - A Boolean value indicating whether this disk is a system disk (has an operating system loaded on it).
        Returns:
        Returns a reference to this object so that method calls can be chained together.