@Stability(value=Stable) 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 |
withHomeDirectory(String value)
Sets the value of HomeDirectory
|
CfnUserProps.Builder |
withPolicy(String value)
Sets the value of Policy
|
CfnUserProps.Builder |
withRole(String value)
Sets the value of Role
|
CfnUserProps.Builder |
withServerId(String value)
Sets the value of ServerId
|
CfnUserProps.Builder |
withSshPublicKeys(List<String> value)
Sets the value of SshPublicKeys
|
CfnUserProps.Builder |
withTags(List<software.amazon.awscdk.core.CfnTag> value)
Sets the value of Tags
|
CfnUserProps.Builder |
withUserName(String value)
Sets the value of UserName
|
@Stability(value=Stable) public CfnUserProps.Builder withRole(String value)
value - `AWS::Transfer::User.Role`.this@Stability(value=Stable) public CfnUserProps.Builder withServerId(String value)
value - `AWS::Transfer::User.ServerId`.this@Stability(value=Stable) public CfnUserProps.Builder withUserName(String value)
value - `AWS::Transfer::User.UserName`.this@Stability(value=Stable) public CfnUserProps.Builder withHomeDirectory(@Nullable String value)
value - `AWS::Transfer::User.HomeDirectory`.this@Stability(value=Stable) public CfnUserProps.Builder withPolicy(@Nullable String value)
value - `AWS::Transfer::User.Policy`.this@Stability(value=Stable) public CfnUserProps.Builder withSshPublicKeys(@Nullable List<String> value)
value - `AWS::Transfer::User.SshPublicKeys`.this@Stability(value=Stable) public CfnUserProps.Builder withTags(@Nullable List<software.amazon.awscdk.core.CfnTag> value)
value - `AWS::Transfer::User.Tags`.this@Stability(value=Stable) public CfnUserProps build()
CfnUserPropsNullPointerException - if any required attribute was not providedCopyright © 2019. All rights reserved.