Interface DiskInfo.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DiskInfo.Builder,
,DiskInfo> SdkBuilder<DiskInfo.Builder,
,DiskInfo> SdkPojo
- Enclosing class:
DiskInfo
public static interface DiskInfo.Builder
extends SdkPojo, CopyableBuilder<DiskInfo.Builder,DiskInfo>
-
Method Summary
Modifier and TypeMethodDescriptionisSystemDisk
(Boolean isSystemDisk) A Boolean value indicating whether this disk is a system disk (has an operating system loaded on it).The disk name.The disk path.The size of the disk in GB (e.g.,32
).Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
name
The disk name.
- Parameters:
name
- The disk name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
path
The disk path.
- Parameters:
path
- The disk path.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sizeInGb
The size of the disk in GB (e.g.,
32
).- Parameters:
sizeInGb
- The size of the disk in GB (e.g.,32
).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isSystemDisk
A Boolean value indicating whether this disk is a system disk (has an operating system loaded on it).
- Parameters:
isSystemDisk
- A Boolean value indicating whether this disk is a system disk (has an operating system loaded on it).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-