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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HomeDirectoryMapEntry.Builderentry(String entry)Represents an entry forHomeDirectoryMappings.HomeDirectoryMapEntry.Buildertarget(String target)Represents the map target that is used in aHomeDirectoryMapEntry.HomeDirectoryMapEntry.Buildertype(String type)Specifies the type of mapping.HomeDirectoryMapEntry.Buildertype(MapType type)Specifies the type of mapping.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
entry
HomeDirectoryMapEntry.Builder entry(String entry)
Represents an entry for
HomeDirectoryMappings.- Parameters:
entry- Represents an entry forHomeDirectoryMappings.- 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 aHomeDirectoryMapEntry.- 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
FILEif you want the mapping to point to a file, orDIRECTORYfor the directory to point to a directory.By default, home directory mappings have a
TypeofDIRECTORYwhen you create a Transfer Family server. You would need to explicitly setTypetoFILEif you want a mapping to have a file target.- Parameters:
type- Specifies the type of mapping. Set the type toFILEif you want the mapping to point to a file, orDIRECTORYfor the directory to point to a directory.By default, home directory mappings have a
TypeofDIRECTORYwhen you create a Transfer Family server. You would need to explicitly setTypetoFILEif 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
FILEif you want the mapping to point to a file, orDIRECTORYfor the directory to point to a directory.By default, home directory mappings have a
TypeofDIRECTORYwhen you create a Transfer Family server. You would need to explicitly setTypetoFILEif you want a mapping to have a file target.- Parameters:
type- Specifies the type of mapping. Set the type toFILEif you want the mapping to point to a file, orDIRECTORYfor the directory to point to a directory.By default, home directory mappings have a
TypeofDIRECTORYwhen you create a Transfer Family server. You would need to explicitly setTypetoFILEif 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
-
-