Struct aws_sdk_datasync::model::fsx_protocol_nfs::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for FsxProtocolNfs
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn mount_options(self, input: NfsMountOptions) -> Self
pub fn mount_options(self, input: NfsMountOptions) -> Self
Specifies how DataSync can access a location using the NFS protocol.
sourcepub fn set_mount_options(self, input: Option<NfsMountOptions>) -> Self
pub fn set_mount_options(self, input: Option<NfsMountOptions>) -> Self
Specifies how DataSync can access a location using the NFS protocol.
sourcepub fn build(self) -> FsxProtocolNfs
pub fn build(self) -> FsxProtocolNfs
Consumes the builder and constructs a FsxProtocolNfs
.