Interface HomeDirectoryMapEntry.Builder

    • Method Detail

      • entry

        HomeDirectoryMapEntry.Builder entry​(String entry)

        Represents an entry for HomeDirectoryMappings.

        Parameters:
        entry - Represents an entry for HomeDirectoryMappings.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • target

        HomeDirectoryMapEntry.Builder target​(String target)

        Represents the map target that is used in a HomeDirectoryMapEntry.

        Parameters:
        target - Represents the map target that is used in a HomeDirectoryMapEntry.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • type

        HomeDirectoryMapEntry.Builder type​(String type)

        Specifies the type of mapping. Set the type to FILE if you want the mapping to point to a file, or DIRECTORY for the directory to point to a directory.

        By default, home directory mappings have a Type of DIRECTORY when you create a Transfer Family server. You would need to explicitly set Type to FILE if you want a mapping to have a file target.

        Parameters:
        type - Specifies the type of mapping. Set the type to FILE if you want the mapping to point to a file, or DIRECTORY for the directory to point to a directory.

        By default, home directory mappings have a Type of DIRECTORY when you create a Transfer Family server. You would need to explicitly set Type to FILE if you want a mapping to have a file target.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        MapType, MapType
      • type

        HomeDirectoryMapEntry.Builder type​(MapType type)

        Specifies the type of mapping. Set the type to FILE if you want the mapping to point to a file, or DIRECTORY for the directory to point to a directory.

        By default, home directory mappings have a Type of DIRECTORY when you create a Transfer Family server. You would need to explicitly set Type to FILE if you want a mapping to have a file target.

        Parameters:
        type - Specifies the type of mapping. Set the type to FILE if you want the mapping to point to a file, or DIRECTORY for the directory to point to a directory.

        By default, home directory mappings have a Type of DIRECTORY when you create a Transfer Family server. You would need to explicitly set Type to FILE if you want a mapping to have a file target.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        MapType, MapType