CopyableBuilder<InstanceBlockDeviceMapping.Builder,InstanceBlockDeviceMapping>
, SdkBuilder<InstanceBlockDeviceMapping.Builder,InstanceBlockDeviceMapping>
public static interface InstanceBlockDeviceMapping.Builder extends CopyableBuilder<InstanceBlockDeviceMapping.Builder,InstanceBlockDeviceMapping>
Modifier and Type | Method | 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.
|
copy
apply, build
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 Amazon Web Services, Inc. All Rights Reserved.