@Stability(value=Stable) public static final class CfnUserProfileProps.Builder extends Object implements software.amazon.jsii.Builder<CfnUserProfileProps>
CfnUserProfileProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnUserProfileProps.Builder |
allowSelfManagement(Boolean allowSelfManagement)
Sets the value of
CfnUserProfileProps.getAllowSelfManagement() |
CfnUserProfileProps.Builder |
allowSelfManagement(IResolvable allowSelfManagement)
Sets the value of
CfnUserProfileProps.getAllowSelfManagement() |
CfnUserProfileProps |
build()
Builds the configured instance.
|
CfnUserProfileProps.Builder |
iamUserArn(String iamUserArn)
Sets the value of
CfnUserProfileProps.getIamUserArn() |
CfnUserProfileProps.Builder |
sshPublicKey(String sshPublicKey)
Sets the value of
CfnUserProfileProps.getSshPublicKey() |
CfnUserProfileProps.Builder |
sshUsername(String sshUsername)
Sets the value of
CfnUserProfileProps.getSshUsername() |
@Stability(value=Stable) public CfnUserProfileProps.Builder iamUserArn(String iamUserArn)
CfnUserProfileProps.getIamUserArn()iamUserArn - The user's IAM ARN. This parameter is required.this@Stability(value=Stable) public CfnUserProfileProps.Builder allowSelfManagement(Boolean allowSelfManagement)
CfnUserProfileProps.getAllowSelfManagement()allowSelfManagement - Whether users can specify their own SSH public key through the My Settings page.
For more information, see Managing User Permissions .this@Stability(value=Stable) public CfnUserProfileProps.Builder allowSelfManagement(IResolvable allowSelfManagement)
CfnUserProfileProps.getAllowSelfManagement()allowSelfManagement - Whether users can specify their own SSH public key through the My Settings page.
For more information, see Managing User Permissions .this@Stability(value=Stable) public CfnUserProfileProps.Builder sshPublicKey(String sshPublicKey)
CfnUserProfileProps.getSshPublicKey()sshPublicKey - The user's SSH public key.this@Stability(value=Stable) public CfnUserProfileProps.Builder sshUsername(String sshUsername)
CfnUserProfileProps.getSshUsername()sshUsername - The user's SSH user name.this@Stability(value=Stable) public CfnUserProfileProps build()
build in interface software.amazon.jsii.Builder<CfnUserProfileProps>CfnUserProfilePropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.