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, sdkFieldscopyapplyMutation, buildAttachedDisk.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.Copyright © 2021. All rights reserved.