Struct aws_sdk_ec2::model::launch_template_block_device_mapping_request::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for LaunchTemplateBlockDeviceMappingRequest
Implementations
The device name (for example, /dev/sdh or xvdh).
The device name (for example, /dev/sdh or xvdh).
The virtual device name (ephemeralN). Instance store volumes are numbered starting from 0. An instance type with 2 available instance store volumes can specify mappings for ephemeral0 and ephemeral1. The number of available instance store volumes depends on the instance type. After you connect to the instance, you must mount the volume.
The virtual device name (ephemeralN). Instance store volumes are numbered starting from 0. An instance type with 2 available instance store volumes can specify mappings for ephemeral0 and ephemeral1. The number of available instance store volumes depends on the instance type. After you connect to the instance, you must mount the volume.
Parameters used to automatically set up EBS volumes when the instance is launched.
Parameters used to automatically set up EBS volumes when the instance is launched.
To omit the device from the block device mapping, specify an empty string.
To omit the device from the block device mapping, specify an empty string.
Consumes the builder and constructs a LaunchTemplateBlockDeviceMappingRequest
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more