Interface AttachedDisk.Builder

    • Method Detail

      • path

        AttachedDisk.Builder path​(String path)

        The path of the disk (/dev/xvdf).

        Parameters:
        path - The path of the disk (/dev/xvdf).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sizeInGb

        AttachedDisk.Builder sizeInGb​(Integer 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.