Interface HomeDirectoryMapEntry.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<HomeDirectoryMapEntry.Builder,,HomeDirectoryMapEntry> SdkBuilder<HomeDirectoryMapEntry.Builder,,HomeDirectoryMapEntry> SdkPojo
- Enclosing class:
 HomeDirectoryMapEntry
- 
Method Summary
Modifier and TypeMethodDescriptionRepresents an entry forHomeDirectoryMappings.Represents the map target that is used in aHomeDirectoryMapEntry.Specifies the type of mapping.Specifies the type of mapping.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
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
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
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:
 
 - 
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:
 
 
 -