Interface Disk.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<Disk.Builder,Disk>,SdkBuilder<Disk.Builder,Disk>,SdkPojo
- Enclosing class:
- Disk
public static interface Disk.Builder extends SdkPojo, CopyableBuilder<Disk.Builder,Disk>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Disk.Builderbytes(Long bytes)The amount of storage on the disk in bytes.Disk.BuilderdeviceName(String deviceName)The disk or device name.-
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 Detail
-
bytes
Disk.Builder bytes(Long bytes)
The amount of storage on the disk in bytes.
- Parameters:
bytes- The amount of storage on the disk in bytes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deviceName
Disk.Builder deviceName(String deviceName)
The disk or device name.
- Parameters:
deviceName- The disk or device name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-