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 TypeMethodDescriptionThe number of disks with this configuration.The size of the disk in GB.The type of disk.The type of disk.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
-
sizeInGB
The size of the disk in GB.
- Parameters:
sizeInGB
- The size of the disk in GB.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
count
The number of disks with this configuration.
- Parameters:
count
- The number of disks with this configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
The type of disk.
- Parameters:
type
- The type of disk.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The type of disk.
- Parameters:
type
- The type of disk.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-