public static interface DiskInfo.Builder extends SdkPojo, CopyableBuilder<DiskInfo.Builder,DiskInfo>
Modifier and Type | Method and Description |
---|---|
DiskInfo.Builder |
isSystemDisk(Boolean isSystemDisk)
A Boolean value indicating whether this disk is a system disk (has an operating system loaded on it).
|
DiskInfo.Builder |
name(String name)
The disk name.
|
DiskInfo.Builder |
path(String path)
The disk path.
|
DiskInfo.Builder |
sizeInGb(Integer sizeInGb)
The size of the disk in GB (e.g.,
32 ). |
copy
applyMutation, build
DiskInfo.Builder name(String name)
The disk name.
name
- The disk name.DiskInfo.Builder path(String path)
The disk path.
path
- The disk path.DiskInfo.Builder sizeInGb(Integer sizeInGb)
The size of the disk in GB (e.g., 32
).
sizeInGb
- The size of the disk in GB (e.g., 32
).DiskInfo.Builder isSystemDisk(Boolean isSystemDisk)
A Boolean value indicating whether this disk is a system disk (has an operating system loaded on it).
isSystemDisk
- A Boolean value indicating whether this disk is a system disk (has an operating system loaded on it).Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.