@Stability(value=Stable) public static final class CfnUserProps.Builder extends Object implements software.amazon.jsii.Builder<CfnUserProps>
CfnUserProps| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnUserProps.Builder role(String role)
CfnUserProps.getRole()role - `AWS::Transfer::User.Role`. This parameter is required.this@Stability(value=Stable) public CfnUserProps.Builder serverId(String serverId)
CfnUserProps.getServerId()serverId - `AWS::Transfer::User.ServerId`. This parameter is required.this@Stability(value=Stable) public CfnUserProps.Builder userName(String userName)
CfnUserProps.getUserName()userName - `AWS::Transfer::User.UserName`. This parameter is required.this@Stability(value=Stable) public CfnUserProps.Builder homeDirectory(String homeDirectory)
CfnUserProps.getHomeDirectory()homeDirectory - `AWS::Transfer::User.HomeDirectory`.this@Stability(value=Stable) public CfnUserProps.Builder homeDirectoryMappings(IResolvable homeDirectoryMappings)
CfnUserProps.getHomeDirectoryMappings()homeDirectoryMappings - `AWS::Transfer::User.HomeDirectoryMappings`.this@Stability(value=Stable) public CfnUserProps.Builder homeDirectoryMappings(List<? extends Object> homeDirectoryMappings)
CfnUserProps.getHomeDirectoryMappings()homeDirectoryMappings - `AWS::Transfer::User.HomeDirectoryMappings`.this@Stability(value=Stable) public CfnUserProps.Builder homeDirectoryType(String homeDirectoryType)
CfnUserProps.getHomeDirectoryType()homeDirectoryType - `AWS::Transfer::User.HomeDirectoryType`.this@Stability(value=Stable) public CfnUserProps.Builder policy(String policy)
CfnUserProps.getPolicy()policy - `AWS::Transfer::User.Policy`.this@Stability(value=Stable) public CfnUserProps.Builder posixProfile(CfnUser.PosixProfileProperty posixProfile)
CfnUserProps.getPosixProfile()posixProfile - `AWS::Transfer::User.PosixProfile`.this@Stability(value=Stable) public CfnUserProps.Builder posixProfile(IResolvable posixProfile)
CfnUserProps.getPosixProfile()posixProfile - `AWS::Transfer::User.PosixProfile`.this@Stability(value=Stable) public CfnUserProps.Builder sshPublicKeys(List<String> sshPublicKeys)
CfnUserProps.getSshPublicKeys()sshPublicKeys - `AWS::Transfer::User.SshPublicKeys`.this@Stability(value=Stable) public CfnUserProps.Builder tags(List<? extends CfnTag> tags)
CfnUserProps.getTags()tags - `AWS::Transfer::User.Tags`.this@Stability(value=Stable) public CfnUserProps build()
build in interface software.amazon.jsii.Builder<CfnUserProps>CfnUserPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.