public interface BlockDeviceMappingBuilder extends Buildable.Builder<BlockDeviceMappingBuilder,BlockDeviceMappingCreate>
| Modifier and Type | Method and Description |
|---|---|
BlockDeviceMappingBuilder |
bootIndex(int i)
The boot index
|
BlockDeviceMappingBuilder |
deleteOnTermination(boolean deleteOnTermination)
Set to True to delete the volume when the instance is deleted.
|
BlockDeviceMappingBuilder |
destinationType(BDMDestType type)
Either snap or any other value, including a blank string.
|
BlockDeviceMappingBuilder |
deviceName(String deviceName)
A device name where the volume is attached in the system at /dev/dev_name.
|
BlockDeviceMappingBuilder |
snapshotId(String snapshotId)
Set to create a volume from a snapshot id
|
BlockDeviceMappingBuilder |
sourceType(BDMSourceType type)
Either snap or any other value, including a blank string.
|
BlockDeviceMappingBuilder |
uuid(String id)
The device ID.
|
BlockDeviceMappingBuilder |
volumeId(String volumeId)
Set to create a volume from a volume id
|
BlockDeviceMappingBuilder |
volumeSize(Integer size)
Used to set the volume size of the destination volume (typically needed when source type is image)
|
build, fromBlockDeviceMappingBuilder bootIndex(int i)
i - BlockDeviceMappingBuilder deviceName(String deviceName)
deviceName - the device nameBlockDeviceMappingBuilder uuid(String id)
id - the device idBlockDeviceMappingBuilder destinationType(BDMDestType type)
type - the destination typeBlockDeviceMappingBuilder sourceType(BDMSourceType type)
type - the source typeBlockDeviceMappingBuilder deleteOnTermination(boolean deleteOnTermination)
deleteOnTermination - BlockDeviceMappingBuilder snapshotId(String snapshotId)
snapshotId - BlockDeviceMappingBuilder volumeId(String volumeId)
volumeId - BlockDeviceMappingBuilder volumeSize(Integer size)
size - the size of the volumeCopyright © 2016. All Rights Reserved.