Struct aws_sdk_ec2::output::modify_volume_output::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for ModifyVolumeOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn volume_modification(self, input: VolumeModification) -> Self
pub fn volume_modification(self, input: VolumeModification) -> Self
Information about the volume modification.
sourcepub fn set_volume_modification(self, input: Option<VolumeModification>) -> Self
pub fn set_volume_modification(self, input: Option<VolumeModification>) -> Self
Information about the volume modification.
sourcepub fn build(self) -> ModifyVolumeOutput
pub fn build(self) -> ModifyVolumeOutput
Consumes the builder and constructs a ModifyVolumeOutput
.