Interface RecoveryInstanceDisk.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<RecoveryInstanceDisk.Builder,RecoveryInstanceDisk>,SdkBuilder<RecoveryInstanceDisk.Builder,RecoveryInstanceDisk>,SdkPojo
- Enclosing class:
- RecoveryInstanceDisk
public static interface RecoveryInstanceDisk.Builder extends SdkPojo, CopyableBuilder<RecoveryInstanceDisk.Builder,RecoveryInstanceDisk>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RecoveryInstanceDisk.Builderbytes(Long bytes)The amount of storage on the disk in bytes.RecoveryInstanceDisk.BuilderebsVolumeID(String ebsVolumeID)The EBS Volume ID of this disk.RecoveryInstanceDisk.BuilderinternalDeviceName(String internalDeviceName)The internal device name of this 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 Detail
-
bytes
RecoveryInstanceDisk.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.
-
ebsVolumeID
RecoveryInstanceDisk.Builder ebsVolumeID(String ebsVolumeID)
The EBS Volume ID of this disk.
- Parameters:
ebsVolumeID- The EBS Volume ID of this disk.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
internalDeviceName
RecoveryInstanceDisk.Builder internalDeviceName(String internalDeviceName)
The internal device name of this disk. This is the name that is visible on the machine itself and not from the EC2 console.
- Parameters:
internalDeviceName- The internal device name of this disk. This is the name that is visible on the machine itself and not from the EC2 console.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-