Interface DiskInfo.Builder

    • Method Detail

      • sizeInGB

        DiskInfo.Builder sizeInGB​(Long sizeInGB)

        The size of the disk in GB.

        Parameters:
        sizeInGB - The size of the disk in GB.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • count

        DiskInfo.Builder count​(Integer count)

        The number of disks with this configuration.

        Parameters:
        count - The number of disks with this configuration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • type

        DiskInfo.Builder type​(String type)

        The type of disk.

        Parameters:
        type - The type of disk.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        DiskType, DiskType
      • type

        DiskInfo.Builder type​(DiskType type)

        The type of disk.

        Parameters:
        type - The type of disk.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        DiskType, DiskType