static CfnUserProps.Builder |
CfnUserProps.builder() |
CfnUserProps.Builder |
CfnUserProps.Builder.homeDirectory(String homeDirectory)
|
CfnUserProps.Builder |
CfnUserProps.Builder.homeDirectoryMappings(IResolvable homeDirectoryMappings)
|
CfnUserProps.Builder |
CfnUserProps.Builder.homeDirectoryMappings(List<? extends Object> homeDirectoryMappings)
|
CfnUserProps.Builder |
CfnUserProps.Builder.homeDirectoryType(String homeDirectoryType)
|
CfnUserProps.Builder |
CfnUserProps.Builder.policy(String policy)
|
CfnUserProps.Builder |
CfnUserProps.Builder.posixProfile(CfnUser.PosixProfileProperty posixProfile)
|
CfnUserProps.Builder |
CfnUserProps.Builder.posixProfile(IResolvable posixProfile)
|
CfnUserProps.Builder |
CfnUserProps.Builder.role(String role)
|
CfnUserProps.Builder |
CfnUserProps.Builder.serverId(String serverId)
|
CfnUserProps.Builder |
CfnUserProps.Builder.sshPublicKeys(List<String> sshPublicKeys)
|
CfnUserProps.Builder |
CfnUserProps.Builder.tags(List<? extends CfnTag> tags)
|
CfnUserProps.Builder |
CfnUserProps.Builder.userName(String userName)
|