Struct aws_sdk_datasync::model::smb_mount_options::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for SmbMountOptions
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn version(self, input: SmbVersion) -> Self
pub fn version(self, input: SmbVersion) -> Self
Specifies the SMB version that you want DataSync to use when mounting your SMB share. If you don't specify a version, DataSync defaults to AUTOMATIC
and chooses a version based on negotiation with the SMB server.
sourcepub fn set_version(self, input: Option<SmbVersion>) -> Self
pub fn set_version(self, input: Option<SmbVersion>) -> Self
Specifies the SMB version that you want DataSync to use when mounting your SMB share. If you don't specify a version, DataSync defaults to AUTOMATIC
and chooses a version based on negotiation with the SMB server.
sourcepub fn build(self) -> SmbMountOptions
pub fn build(self) -> SmbMountOptions
Consumes the builder and constructs a SmbMountOptions
.