@Stability(value=Stable) public static final class CfnUserProps.Builder extends Object implements software.amazon.jsii.Builder<CfnUserProps>
CfnUserProps| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnUserProps.Builder instanceArn(String instanceArn)
CfnUserProps.getInstanceArn()instanceArn - The Amazon Resource Name (ARN) of the instance. This parameter is required.this@Stability(value=Stable) public CfnUserProps.Builder phoneConfig(CfnUser.UserPhoneConfigProperty phoneConfig)
CfnUserProps.getPhoneConfig()phoneConfig - Information about the phone configuration for the user. This parameter is required.this@Stability(value=Stable) public CfnUserProps.Builder phoneConfig(IResolvable phoneConfig)
CfnUserProps.getPhoneConfig()phoneConfig - Information about the phone configuration for the user. This parameter is required.this@Stability(value=Stable) public CfnUserProps.Builder routingProfileArn(String routingProfileArn)
CfnUserProps.getRoutingProfileArn()routingProfileArn - The Amazon Resource Name (ARN) of the user's routing profile. This parameter is required.this@Stability(value=Stable) public CfnUserProps.Builder securityProfileArns(List<String> securityProfileArns)
CfnUserProps.getSecurityProfileArns()securityProfileArns - The Amazon Resource Name (ARN) of the user's security profile. This parameter is required.this@Stability(value=Stable) public CfnUserProps.Builder username(String username)
CfnUserProps.getUsername()username - The user name assigned to the user account. This parameter is required.this@Stability(value=Stable) public CfnUserProps.Builder directoryUserId(String directoryUserId)
CfnUserProps.getDirectoryUserId()directoryUserId - The identifier of the user account in the directory used for identity management.this@Stability(value=Stable) public CfnUserProps.Builder hierarchyGroupArn(String hierarchyGroupArn)
CfnUserProps.getHierarchyGroupArn()hierarchyGroupArn - The Amazon Resource Name (ARN) of the user's hierarchy group.this@Stability(value=Stable) public CfnUserProps.Builder identityInfo(CfnUser.UserIdentityInfoProperty identityInfo)
CfnUserProps.getIdentityInfo()identityInfo - Information about the user identity.this@Stability(value=Stable) public CfnUserProps.Builder identityInfo(IResolvable identityInfo)
CfnUserProps.getIdentityInfo()identityInfo - Information about the user identity.this@Stability(value=Stable) public CfnUserProps.Builder password(String password)
CfnUserProps.getPassword()password - The user's password.this@Stability(value=Stable) public CfnUserProps.Builder tags(List<? extends CfnTag> tags)
CfnUserProps.getTags()tags - The tags.this@Stability(value=Stable) public CfnUserProps build()
build in interface software.amazon.jsii.Builder<CfnUserProps>CfnUserPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.