Interface NfsMountOptions.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<NfsMountOptions.Builder,NfsMountOptions>,SdkBuilder<NfsMountOptions.Builder,NfsMountOptions>,SdkPojo
- Enclosing class:
- NfsMountOptions
public static interface NfsMountOptions.Builder extends SdkPojo, CopyableBuilder<NfsMountOptions.Builder,NfsMountOptions>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NfsMountOptions.Builderversion(String version)Specifies the NFS version that you want DataSync to use when mounting your NFS share.NfsMountOptions.Builderversion(NfsVersion version)Specifies the NFS version that you want DataSync to use when mounting your NFS share.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
version
NfsMountOptions.Builder version(String version)
Specifies the NFS version that you want DataSync to use when mounting your NFS share. If the server refuses to use the version specified, the task fails.
You can specify the following options:
-
AUTOMATIC(default): DataSync chooses NFS version 4.1. -
NFS3: Stateless protocol version that allows for asynchronous writes on the server. -
NFSv4_0: Stateful, firewall-friendly protocol version that supports delegations and pseudo file systems. -
NFSv4_1: Stateful protocol version that supports sessions, directory delegations, and parallel data processing. NFS version 4.1 also includes all features available in version 4.0.
DataSync currently only supports NFS version 3 with Amazon FSx for NetApp ONTAP locations.
- Parameters:
version- Specifies the NFS version that you want DataSync to use when mounting your NFS share. If the server refuses to use the version specified, the task fails.You can specify the following options:
-
AUTOMATIC(default): DataSync chooses NFS version 4.1. -
NFS3: Stateless protocol version that allows for asynchronous writes on the server. -
NFSv4_0: Stateful, firewall-friendly protocol version that supports delegations and pseudo file systems. -
NFSv4_1: Stateful protocol version that supports sessions, directory delegations, and parallel data processing. NFS version 4.1 also includes all features available in version 4.0.
DataSync currently only supports NFS version 3 with Amazon FSx for NetApp ONTAP locations.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
NfsVersion,NfsVersion
-
-
version
NfsMountOptions.Builder version(NfsVersion version)
Specifies the NFS version that you want DataSync to use when mounting your NFS share. If the server refuses to use the version specified, the task fails.
You can specify the following options:
-
AUTOMATIC(default): DataSync chooses NFS version 4.1. -
NFS3: Stateless protocol version that allows for asynchronous writes on the server. -
NFSv4_0: Stateful, firewall-friendly protocol version that supports delegations and pseudo file systems. -
NFSv4_1: Stateful protocol version that supports sessions, directory delegations, and parallel data processing. NFS version 4.1 also includes all features available in version 4.0.
DataSync currently only supports NFS version 3 with Amazon FSx for NetApp ONTAP locations.
- Parameters:
version- Specifies the NFS version that you want DataSync to use when mounting your NFS share. If the server refuses to use the version specified, the task fails.You can specify the following options:
-
AUTOMATIC(default): DataSync chooses NFS version 4.1. -
NFS3: Stateless protocol version that allows for asynchronous writes on the server. -
NFSv4_0: Stateful, firewall-friendly protocol version that supports delegations and pseudo file systems. -
NFSv4_1: Stateful protocol version that supports sessions, directory delegations, and parallel data processing. NFS version 4.1 also includes all features available in version 4.0.
DataSync currently only supports NFS version 3 with Amazon FSx for NetApp ONTAP locations.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
NfsVersion,NfsVersion
-
-
-