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