Class UpdateLocationFsxLustreRequest

    • Method Detail

      • locationArn

        public final String locationArn()

        Specifies the Amazon Resource Name (ARN) of the FSx for Lustre transfer location that you're updating.

        Returns:
        Specifies the Amazon Resource Name (ARN) of the FSx for Lustre transfer location that you're updating.
      • subdirectory

        public final String subdirectory()

        Specifies a mount path for your FSx for Lustre file system. The path can include subdirectories.

        When the location is used as a source, DataSync reads data from the mount path. When the location is used as a destination, DataSync writes data to the mount path. If you don't include this parameter, DataSync uses the file system's root directory (/).

        Returns:
        Specifies a mount path for your FSx for Lustre file system. The path can include subdirectories.

        When the location is used as a source, DataSync reads data from the mount path. When the location is used as a destination, DataSync writes data to the mount path. If you don't include this parameter, DataSync uses the file system's root directory (/).

      • 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