Interface DiskInfo.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<DiskInfo.Builder,,- DiskInfo> - SdkBuilder<DiskInfo.Builder,,- DiskInfo> - SdkPojo
- Enclosing class:
- DiskInfo
@Mutable
@NotThreadSafe
public static interface DiskInfo.Builder
extends SdkPojo, CopyableBuilder<DiskInfo.Builder,DiskInfo> 
- 
Method SummaryModifier 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 (32).Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
nameThe disk name. - Parameters:
- name- The disk name.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
pathThe disk path. - Parameters:
- path- The disk path.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
sizeInGbThe size of the disk in GB ( 32).- Parameters:
- sizeInGb- The size of the disk in GB (- 32).
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
isSystemDiskA 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.
 
 
-