Struct aws_sdk_imagebuilder::model::instance_block_device_mapping::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for InstanceBlockDeviceMapping
Implementations
The device to which these mappings apply.
The device to which these mappings apply.
Use to manage Amazon EBS-specific configuration for this mapping.
Use to manage Amazon EBS-specific configuration for this mapping.
Use to manage instance ephemeral devices.
Use to manage instance ephemeral devices.
Use to remove a mapping from the base image.
Use to remove a mapping from the base image.
Consumes the builder and constructs a InstanceBlockDeviceMapping
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