Struct aws_sdk_securityhub::model::volume_mount::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for VolumeMount
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn mount_path(self, input: impl Into<String>) -> Self
pub fn mount_path(self, input: impl Into<String>) -> Self
The path in the container at which the volume should be mounted.
sourcepub fn set_mount_path(self, input: Option<String>) -> Self
pub fn set_mount_path(self, input: Option<String>) -> Self
The path in the container at which the volume should be mounted.
sourcepub fn build(self) -> VolumeMount
pub fn build(self) -> VolumeMount
Consumes the builder and constructs a VolumeMount
.