@Stability(value=External) public static final class CfnUserProps.Builder extends Object
CfnUserProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnUserProps |
build()
Builds the configured instance.
|
CfnUserProps.Builder |
homeDirectory(String homeDirectory)
Sets the value of HomeDirectory
|
CfnUserProps.Builder |
policy(String policy)
Sets the value of Policy
|
CfnUserProps.Builder |
role(String role)
Sets the value of Role
|
CfnUserProps.Builder |
serverId(String serverId)
Sets the value of ServerId
|
CfnUserProps.Builder |
sshPublicKeys(List<String> sshPublicKeys)
Sets the value of SshPublicKeys
|
CfnUserProps.Builder |
tags(List<software.amazon.awscdk.core.CfnTag> tags)
Sets the value of Tags
|
CfnUserProps.Builder |
userName(String userName)
Sets the value of UserName
|
@Stability(value=External) public CfnUserProps.Builder role(String role)
role - `AWS::Transfer::User.Role`. This parameter is required.this@Stability(value=External) public CfnUserProps.Builder serverId(String serverId)
serverId - `AWS::Transfer::User.ServerId`. This parameter is required.this@Stability(value=External) public CfnUserProps.Builder userName(String userName)
userName - `AWS::Transfer::User.UserName`. This parameter is required.this@Stability(value=External) public CfnUserProps.Builder homeDirectory(String homeDirectory)
homeDirectory - `AWS::Transfer::User.HomeDirectory`.this@Stability(value=External) public CfnUserProps.Builder policy(String policy)
policy - `AWS::Transfer::User.Policy`.this@Stability(value=External) public CfnUserProps.Builder sshPublicKeys(List<String> sshPublicKeys)
sshPublicKeys - `AWS::Transfer::User.SshPublicKeys`.this@Stability(value=External) public CfnUserProps.Builder tags(List<software.amazon.awscdk.core.CfnTag> tags)
tags - `AWS::Transfer::User.Tags`.this@Stability(value=External) public CfnUserProps build()
CfnUserPropsNullPointerException - if any required attribute was not providedCopyright © 2019. All rights reserved.