public static interface AttachedDisk.Builder extends SdkPojo, CopyableBuilder<AttachedDisk.Builder,AttachedDisk>
Modifier and Type | Method and Description |
---|---|
AttachedDisk.Builder |
path(String path)
The path of the disk (e.g.,
/dev/xvdf ). |
AttachedDisk.Builder |
sizeInGb(Integer sizeInGb)
The size of the disk in GB.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
AttachedDisk.Builder path(String path)
The path of the disk (e.g., /dev/xvdf
).
path
- The path of the disk (e.g., /dev/xvdf
).AttachedDisk.Builder sizeInGb(Integer sizeInGb)
The size of the disk in GB.
sizeInGb
- The size of the disk in GB.