#[non_exhaustive]pub struct VolumeStatusAttachmentStatusBuilder { /* private fields */ }Expand description
A builder for VolumeStatusAttachmentStatus.
Implementations§
source§impl VolumeStatusAttachmentStatusBuilder
impl VolumeStatusAttachmentStatusBuilder
sourcepub fn io_performance(self, input: impl Into<String>) -> Self
pub fn io_performance(self, input: impl Into<String>) -> Self
The maximum IOPS supported by the attached instance.
sourcepub fn set_io_performance(self, input: Option<String>) -> Self
pub fn set_io_performance(self, input: Option<String>) -> Self
The maximum IOPS supported by the attached instance.
sourcepub fn instance_id(self, input: impl Into<String>) -> Self
pub fn instance_id(self, input: impl Into<String>) -> Self
The ID of the attached instance.
sourcepub fn set_instance_id(self, input: Option<String>) -> Self
pub fn set_instance_id(self, input: Option<String>) -> Self
The ID of the attached instance.
sourcepub fn build(self) -> VolumeStatusAttachmentStatus
pub fn build(self) -> VolumeStatusAttachmentStatus
Consumes the builder and constructs a VolumeStatusAttachmentStatus.
Trait Implementations§
source§impl Clone for VolumeStatusAttachmentStatusBuilder
impl Clone for VolumeStatusAttachmentStatusBuilder
source§fn clone(&self) -> VolumeStatusAttachmentStatusBuilder
fn clone(&self) -> VolumeStatusAttachmentStatusBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Default for VolumeStatusAttachmentStatusBuilder
impl Default for VolumeStatusAttachmentStatusBuilder
source§fn default() -> VolumeStatusAttachmentStatusBuilder
fn default() -> VolumeStatusAttachmentStatusBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<VolumeStatusAttachmentStatusBuilder> for VolumeStatusAttachmentStatusBuilder
impl PartialEq<VolumeStatusAttachmentStatusBuilder> for VolumeStatusAttachmentStatusBuilder
source§fn eq(&self, other: &VolumeStatusAttachmentStatusBuilder) -> bool
fn eq(&self, other: &VolumeStatusAttachmentStatusBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.