Class UpdateLocationFsxWindowsRequest

    • Method Detail

      • locationArn

        public final String locationArn()

        Specifies the ARN of the FSx for Windows File Server transfer location that you're updating.

        Returns:
        Specifies the ARN of the FSx for Windows File Server transfer location that you're updating.
      • subdirectory

        public final String subdirectory()

        Specifies a mount path for your file system using forward slashes. DataSync uses this subdirectory to read or write data (depending on whether the file system is a source or destination location).

        Returns:
        Specifies a mount path for your file system using forward slashes. DataSync uses this subdirectory to read or write data (depending on whether the file system is a source or destination location).
      • domain

        public final String domain()

        Specifies the name of the Windows domain that your FSx for Windows File Server file system belongs to.

        If you have multiple Active Directory domains in your environment, configuring this parameter makes sure that DataSync connects to the right file system.

        Returns:
        Specifies the name of the Windows domain that your FSx for Windows File Server file system belongs to.

        If you have multiple Active Directory domains in your environment, configuring this parameter makes sure that DataSync connects to the right file system.

      • user

        public final String user()

        Specifies the user with the permissions to mount and access the files, folders, and file metadata in your FSx for Windows File Server file system.

        For information about choosing a user with the right level of access for your transfer, see required permissions for FSx for Windows File Server locations.

        Returns:
        Specifies the user with the permissions to mount and access the files, folders, and file metadata in your FSx for Windows File Server file system.

        For information about choosing a user with the right level of access for your transfer, see required permissions for FSx for Windows File Server locations.

      • password

        public final String password()

        Specifies the password of the user with the permissions to mount and access the files, folders, and file metadata in your FSx for Windows File Server file system.

        Returns:
        Specifies the password of the user with the permissions to mount and access the files, folders, and file metadata in your FSx for Windows File Server file system.
      • 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