Class UpdateLocationNfsRequest

    • Method Detail

      • locationArn

        public final String locationArn()

        Specifies the Amazon Resource Name (ARN) of the NFS transfer location that you want to update.

        Returns:
        Specifies the Amazon Resource Name (ARN) of the NFS transfer location that you want to update.
      • subdirectory

        public final String subdirectory()

        Specifies the export path in your NFS file server that you want DataSync to mount.

        This path (or a subdirectory of the path) is where DataSync transfers data to or from. For information on configuring an export for DataSync, see Accessing NFS file servers.

        Returns:
        Specifies the export path in your NFS file server that you want DataSync to mount.

        This path (or a subdirectory of the path) is where DataSync transfers data to or from. For information on configuring an export for DataSync, see Accessing NFS file servers.

      • onPremConfig

        public final OnPremConfig onPremConfig()
        Returns the value of the OnPremConfig property for this object.
        Returns:
        The value of the OnPremConfig property for this object.
      • mountOptions

        public final NfsMountOptions mountOptions()
        Returns the value of the MountOptions property for this object.
        Returns:
        The value of the MountOptions property for this object.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object