public static interface RecoveryInstanceDisk.Builder extends SdkPojo, CopyableBuilder<RecoveryInstanceDisk.Builder,RecoveryInstanceDisk>
| Modifier and Type | Method and Description |
|---|---|
RecoveryInstanceDisk.Builder |
bytes(Long bytes)
The amount of storage on the disk in bytes.
|
RecoveryInstanceDisk.Builder |
ebsVolumeID(String ebsVolumeID)
The EBS Volume ID of this disk.
|
RecoveryInstanceDisk.Builder |
internalDeviceName(String internalDeviceName)
The internal device name of this disk.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRecoveryInstanceDisk.Builder bytes(Long bytes)
The amount of storage on the disk in bytes.
bytes - The amount of storage on the disk in bytes.RecoveryInstanceDisk.Builder ebsVolumeID(String ebsVolumeID)
The EBS Volume ID of this disk.
ebsVolumeID - The EBS Volume ID of this disk.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.
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.Copyright © 2023. All rights reserved.