Interface DiskInfo.Builder

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

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

    • 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

      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:
    • 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: