public static interface SmbMountOptions.Builder extends SdkPojo, CopyableBuilder<SmbMountOptions.Builder,SmbMountOptions>
| Modifier and Type | Method and Description |
|---|---|
SmbMountOptions.Builder |
version(SmbVersion version)
Specifies the SMB version that you want DataSync to use when mounting your SMB share.
|
SmbMountOptions.Builder |
version(String version)
Specifies the SMB version that you want DataSync to use when mounting your SMB share.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSmbMountOptions.Builder version(String version)
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.
version - 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.SmbVersion,
SmbVersionSmbMountOptions.Builder version(SmbVersion version)
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.
version - 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.SmbVersion,
SmbVersionCopyright © 2022. All rights reserved.