public static interface InstanceBlockDeviceMapping.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<InstanceBlockDeviceMapping.Builder,InstanceBlockDeviceMapping>
| Modifier and Type | Method and Description |
|---|---|
InstanceBlockDeviceMapping.Builder |
deviceName(String deviceName)
The device name exposed to the instance (for example,
/dev/sdh or xvdh). |
InstanceBlockDeviceMapping.Builder |
ebs(EbsInstanceBlockDevice ebs)
Parameters used to automatically set up EBS volumes when the instance is launched.
|
InstanceBlockDeviceMapping.Builder deviceName(String deviceName)
The device name exposed to the instance (for example, /dev/sdh or xvdh).
deviceName - The device name exposed to the instance (for example, /dev/sdh or xvdh).InstanceBlockDeviceMapping.Builder ebs(EbsInstanceBlockDevice ebs)
Parameters used to automatically set up EBS volumes when the instance is launched.
ebs - Parameters used to automatically set up EBS volumes when the instance is launched.Copyright © 2017. All rights reserved.