public static interface EbsVolume.Builder extends CopyableBuilder<EbsVolume.Builder,EbsVolume>
| Modifier and Type | Method and Description |
|---|---|
EbsVolume.Builder |
device(String device)
The device name that is exposed to the instance, such as /dev/sdh.
|
EbsVolume.Builder |
volumeId(String volumeId)
The volume identifier of the EBS volume.
|
copyapply, buildEbsVolume.Builder device(String device)
The device name that is exposed to the instance, such as /dev/sdh.
device - The device name that is exposed to the instance, such as /dev/sdh.EbsVolume.Builder volumeId(String volumeId)
The volume identifier of the EBS volume.
volumeId - The volume identifier of the EBS volume.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.