static BlockDeviceMapping.Builder |
BlockDeviceMapping.builder() |
|
BlockDeviceMapping.Builder |
BlockDeviceMapping.Builder.deviceName(String deviceName) |
The device name assigned to the volume (for example, /dev/sdh or xvdh).
|
default BlockDeviceMapping.Builder |
BlockDeviceMapping.Builder.ebs(Consumer<Ebs.Builder> ebs) |
Information to attach an EBS volume to an instance at launch.
|
BlockDeviceMapping.Builder |
BlockDeviceMapping.Builder.ebs(Ebs ebs) |
Information to attach an EBS volume to an instance at launch.
|
BlockDeviceMapping.Builder |
BlockDeviceMapping.Builder.noDevice(Boolean noDevice) |
Setting this value to true prevents a volume that is included in the block device mapping of the
AMI from being mapped to the specified device name at launch.
|
BlockDeviceMapping.Builder |
BlockDeviceMapping.toBuilder() |
|
BlockDeviceMapping.Builder |
BlockDeviceMapping.Builder.virtualName(String virtualName) |
The name of the instance store volume (virtual device) to attach to an instance at launch.
|