@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 - `AWS::OpsWorks::UserProfile.IamUserArn`. This parameter is required.this@Stability(value=Stable) public CfnUserProfileProps.Builder allowSelfManagement(Boolean allowSelfManagement)
CfnUserProfileProps.getAllowSelfManagement()allowSelfManagement - `AWS::OpsWorks::UserProfile.AllowSelfManagement`.this@Stability(value=Stable) public CfnUserProfileProps.Builder allowSelfManagement(IResolvable allowSelfManagement)
CfnUserProfileProps.getAllowSelfManagement()allowSelfManagement - `AWS::OpsWorks::UserProfile.AllowSelfManagement`.this@Stability(value=Stable) public CfnUserProfileProps.Builder sshPublicKey(String sshPublicKey)
CfnUserProfileProps.getSshPublicKey()sshPublicKey - `AWS::OpsWorks::UserProfile.SshPublicKey`.this@Stability(value=Stable) public CfnUserProfileProps.Builder sshUsername(String sshUsername)
CfnUserProfileProps.getSshUsername()sshUsername - `AWS::OpsWorks::UserProfile.SshUsername`.this@Stability(value=Stable) public CfnUserProfileProps build()
build in interface software.amazon.jsii.Builder<CfnUserProfileProps>CfnUserProfilePropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.