Struct aws_sdk_ec2::model::volume_status_attachment_status::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for VolumeStatusAttachmentStatus
.
Implementations§
source§impl Builder
impl Builder
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
.