Struct aws_sdk_emr::model::ebs_volume::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for EbsVolume.
Implementations§
source§impl Builder
impl Builder
sourcepub fn device(self, input: impl Into<String>) -> Self
pub fn device(self, input: impl Into<String>) -> Self
The device name that is exposed to the instance, such as /dev/sdh.
sourcepub fn set_device(self, input: Option<String>) -> Self
pub fn set_device(self, input: Option<String>) -> Self
The device name that is exposed to the instance, such as /dev/sdh.
sourcepub fn volume_id(self, input: impl Into<String>) -> Self
pub fn volume_id(self, input: impl Into<String>) -> Self
The volume identifier of the EBS volume.
sourcepub fn set_volume_id(self, input: Option<String>) -> Self
pub fn set_volume_id(self, input: Option<String>) -> Self
The volume identifier of the EBS volume.