public static interface HomeDirectoryMapEntry.Builder extends SdkPojo, CopyableBuilder<HomeDirectoryMapEntry.Builder,HomeDirectoryMapEntry>
Modifier and Type | Method and Description |
---|---|
HomeDirectoryMapEntry.Builder |
entry(String entry)
Represents an entry and a target for
HomeDirectoryMappings . |
HomeDirectoryMapEntry.Builder |
target(String target)
Represents the map target that is used in a
HomeDirectorymapEntry . |
equalsBySdkFields, sdkFields
copy
applyMutation, build
HomeDirectoryMapEntry.Builder entry(String entry)
Represents an entry and a target for HomeDirectoryMappings
.
entry
- Represents an entry and a target for HomeDirectoryMappings
.HomeDirectoryMapEntry.Builder target(String target)
Represents the map target that is used in a HomeDirectorymapEntry
.
target
- Represents the map target that is used in a HomeDirectorymapEntry
.