Uses of Interface
software.amazon.awssdk.services.datasync.model.FsxProtocolSmb.Builder
-
Packages that use FsxProtocolSmb.Builder Package Description software.amazon.awssdk.services.datasync.model -
-
Uses of FsxProtocolSmb.Builder in software.amazon.awssdk.services.datasync.model
Methods in software.amazon.awssdk.services.datasync.model that return FsxProtocolSmb.Builder Modifier and Type Method Description static FsxProtocolSmb.BuilderFsxProtocolSmb. builder()FsxProtocolSmb.BuilderFsxProtocolSmb.Builder. domain(String domain)Specifies the fully qualified domain name (FQDN) of the Microsoft Active Directory that your storage virtual machine (SVM) belongs to.default FsxProtocolSmb.BuilderFsxProtocolSmb.Builder. mountOptions(Consumer<SmbMountOptions.Builder> mountOptions)Sets the value of the MountOptions property for this object.FsxProtocolSmb.BuilderFsxProtocolSmb.Builder. mountOptions(SmbMountOptions mountOptions)Sets the value of the MountOptions property for this object.FsxProtocolSmb.BuilderFsxProtocolSmb.Builder. password(String password)Specifies the password of a user who has permission to access your SVM.FsxProtocolSmb.BuilderFsxProtocolSmb. toBuilder()FsxProtocolSmb.BuilderFsxProtocolSmb.Builder. user(String user)Specifies a user name that can mount the location and access the files, folders, and metadata that you need in the SVM.Methods in software.amazon.awssdk.services.datasync.model that return types with arguments of type FsxProtocolSmb.Builder Modifier and Type Method Description static Class<? extends FsxProtocolSmb.Builder>FsxProtocolSmb. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.datasync.model with type arguments of type FsxProtocolSmb.Builder Modifier and Type Method Description default FsxProtocol.BuilderFsxProtocol.Builder. smb(Consumer<FsxProtocolSmb.Builder> smb)Specifies the Server Message Block (SMB) protocol configuration that DataSync uses to access your FSx for ONTAP file system's SVM.
-