@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
CfnUserProps.getHomeDirectory() |
CfnUserProps.Builder |
policy(String policy)
Sets the value of
CfnUserProps.getPolicy() |
CfnUserProps.Builder |
role(String role)
Sets the value of
CfnUserProps.getRole() |
CfnUserProps.Builder |
serverId(String serverId)
Sets the value of
CfnUserProps.getServerId() |
CfnUserProps.Builder |
sshPublicKeys(List<String> sshPublicKeys)
Sets the value of
CfnUserProps.getSshPublicKeys() |
CfnUserProps.Builder |
tags(List<CfnTag> tags)
Sets the value of
CfnUserProps.getTags() |
CfnUserProps.Builder |
userName(String userName)
Sets the value of
CfnUserProps.getUserName() |
@Stability(value=External) public CfnUserProps.Builder role(String role)
CfnUserProps.getRole()role - `AWS::Transfer::User.Role`. This parameter is required.this@Stability(value=External) public CfnUserProps.Builder serverId(String serverId)
CfnUserProps.getServerId()serverId - `AWS::Transfer::User.ServerId`. This parameter is required.this@Stability(value=External) public CfnUserProps.Builder userName(String userName)
CfnUserProps.getUserName()userName - `AWS::Transfer::User.UserName`. This parameter is required.this@Stability(value=External) public CfnUserProps.Builder homeDirectory(String homeDirectory)
CfnUserProps.getHomeDirectory()homeDirectory - `AWS::Transfer::User.HomeDirectory`.this@Stability(value=External) public CfnUserProps.Builder policy(String policy)
CfnUserProps.getPolicy()policy - `AWS::Transfer::User.Policy`.this@Stability(value=External) public CfnUserProps.Builder sshPublicKeys(List<String> sshPublicKeys)
CfnUserProps.getSshPublicKeys()sshPublicKeys - `AWS::Transfer::User.SshPublicKeys`.this@Stability(value=External) public CfnUserProps.Builder tags(List<CfnTag> tags)
CfnUserProps.getTags()tags - `AWS::Transfer::User.Tags`.this@Stability(value=External) public CfnUserProps build()
CfnUserPropsNullPointerException - if any required attribute was not providedCopyright © 2020. All rights reserved.