@Stability(value=Stable) public static final class CfnLocationNFS.MountOptionsProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnLocationNFS.MountOptionsProperty>
CfnLocationNFS.MountOptionsProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnLocationNFS.MountOptionsProperty |
build()
Builds the configured instance.
|
CfnLocationNFS.MountOptionsProperty.Builder |
version(String version)
Sets the value of
CfnLocationNFS.MountOptionsProperty.getVersion() |
@Stability(value=Stable) public CfnLocationNFS.MountOptionsProperty.Builder version(String version)
CfnLocationNFS.MountOptionsProperty.getVersion()version - The specific NFS version that you want DataSync to use to mount your NFS share.
If the server refuses to use the version specified, the sync will fail. If you don't specify a version, DataSync defaults to AUTOMATIC . That is, DataSync automatically selects a version based on negotiation with the NFS server.
You can specify the following NFS versions:
this@Stability(value=Stable) public CfnLocationNFS.MountOptionsProperty build()
build in interface software.amazon.jsii.Builder<CfnLocationNFS.MountOptionsProperty>CfnLocationNFS.MountOptionsPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.