| Package | Description |
|---|---|
| software.amazon.awssdk.services.datasync.model |
| Modifier and Type | Method and Description |
|---|---|
static FsxProtocolSmb.Builder |
FsxProtocolSmb.builder() |
FsxProtocolSmb.Builder |
FsxProtocolSmb.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.Builder |
FsxProtocolSmb.Builder.mountOptions(Consumer<SmbMountOptions.Builder> mountOptions)
Sets the value of the MountOptions property for this object.
|
FsxProtocolSmb.Builder |
FsxProtocolSmb.Builder.mountOptions(SmbMountOptions mountOptions)
Sets the value of the MountOptions property for this object.
|
FsxProtocolSmb.Builder |
FsxProtocolSmb.Builder.password(String password)
Specifies the password of a user who has permission to access your SVM.
|
FsxProtocolSmb.Builder |
FsxProtocolSmb.toBuilder() |
FsxProtocolSmb.Builder |
FsxProtocolSmb.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends FsxProtocolSmb.Builder> |
FsxProtocolSmb.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default FsxProtocol.Builder |
FsxProtocol.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.
|
Copyright © 2022. All rights reserved.