Interface HomeDirectoryMapEntry.Builder

All Superinterfaces:
Buildable, CopyableBuilder<HomeDirectoryMapEntry.Builder,HomeDirectoryMapEntry>, SdkBuilder<HomeDirectoryMapEntry.Builder,HomeDirectoryMapEntry>, SdkPojo
Enclosing class:
HomeDirectoryMapEntry

public static interface HomeDirectoryMapEntry.Builder extends SdkPojo, CopyableBuilder<HomeDirectoryMapEntry.Builder,HomeDirectoryMapEntry>
  • Method Details

    • 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

      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

      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:
    • 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: