Struct aws_sdk_ec2::model::volume_status_item::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for VolumeStatusItem
Implementations
Appends an item to actions
.
To override the contents of this collection use set_actions
.
The details of the operation.
The details of the operation.
The Availability Zone of the volume.
The Availability Zone of the volume.
The Amazon Resource Name (ARN) of the Outpost.
The Amazon Resource Name (ARN) of the Outpost.
Appends an item to events
.
To override the contents of this collection use set_events
.
A list of events associated with the volume.
A list of events associated with the volume.
The volume ID.
The volume status.
The volume status.
Appends an item to attachment_statuses
.
To override the contents of this collection use set_attachment_statuses
.
Information about the instances to which the volume is attached.
pub fn set_attachment_statuses(
self,
input: Option<Vec<VolumeStatusAttachmentStatus>>
) -> Self
pub fn set_attachment_statuses(
self,
input: Option<Vec<VolumeStatusAttachmentStatus>>
) -> Self
Information about the instances to which the volume is attached.
Consumes the builder and constructs a VolumeStatusItem
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