Interface AttachedDisk.Builder

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

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

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