@Stability(value=Stable) public static final class CfnUserProfile.Builder extends Object implements software.amazon.jsii.Builder<CfnUserProfile>
CfnUserProfile.| Modifier and Type | Method and Description |
|---|---|
CfnUserProfile.Builder |
allowSelfManagement(Boolean allowSelfManagement)
`AWS::OpsWorks::UserProfile.AllowSelfManagement`.
|
CfnUserProfile.Builder |
allowSelfManagement(IResolvable allowSelfManagement)
`AWS::OpsWorks::UserProfile.AllowSelfManagement`.
|
CfnUserProfile |
build() |
static CfnUserProfile.Builder |
create(software.constructs.Construct scope,
String id) |
CfnUserProfile.Builder |
iamUserArn(String iamUserArn)
`AWS::OpsWorks::UserProfile.IamUserArn`.
|
CfnUserProfile.Builder |
sshPublicKey(String sshPublicKey)
`AWS::OpsWorks::UserProfile.SshPublicKey`.
|
CfnUserProfile.Builder |
sshUsername(String sshUsername)
`AWS::OpsWorks::UserProfile.SshUsername`.
|
@Stability(value=Stable) public static CfnUserProfile.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnUserProfile.Builder.@Stability(value=Stable) public CfnUserProfile.Builder iamUserArn(String iamUserArn)
iamUserArn - `AWS::OpsWorks::UserProfile.IamUserArn`. This parameter is required.this@Stability(value=Stable) public CfnUserProfile.Builder allowSelfManagement(Boolean allowSelfManagement)
allowSelfManagement - `AWS::OpsWorks::UserProfile.AllowSelfManagement`. This parameter is required.this@Stability(value=Stable) public CfnUserProfile.Builder allowSelfManagement(IResolvable allowSelfManagement)
allowSelfManagement - `AWS::OpsWorks::UserProfile.AllowSelfManagement`. This parameter is required.this@Stability(value=Stable) public CfnUserProfile.Builder sshPublicKey(String sshPublicKey)
sshPublicKey - `AWS::OpsWorks::UserProfile.SshPublicKey`. This parameter is required.this@Stability(value=Stable) public CfnUserProfile.Builder sshUsername(String sshUsername)
sshUsername - `AWS::OpsWorks::UserProfile.SshUsername`. This parameter is required.this@Stability(value=Stable) public CfnUserProfile build()
build in interface software.amazon.jsii.Builder<CfnUserProfile>Copyright © 2021. All rights reserved.