Uses of Class
software.amazon.awscdk.services.connect.CfnUser.Builder
Packages that use CfnUser.Builder
-
Uses of CfnUser.Builder in software.amazon.awscdk.services.connect
Methods in software.amazon.awscdk.services.connect that return CfnUser.BuilderModifier and TypeMethodDescriptionstatic CfnUser.BuilderCfnUser.Builder.directoryUserId(String directoryUserId) The identifier of the user account in the directory used for identity management.CfnUser.Builder.hierarchyGroupArn(String hierarchyGroupArn) The Amazon Resource Name (ARN) of the user's hierarchy group.CfnUser.Builder.identityInfo(IResolvable identityInfo) Information about the user identity.CfnUser.Builder.identityInfo(CfnUser.UserIdentityInfoProperty identityInfo) Information about the user identity.CfnUser.Builder.instanceArn(String instanceArn) The Amazon Resource Name (ARN) of the instance.The user's password.CfnUser.Builder.phoneConfig(IResolvable phoneConfig) Information about the phone configuration for the user.CfnUser.Builder.phoneConfig(CfnUser.UserPhoneConfigProperty phoneConfig) Information about the phone configuration for the user.CfnUser.Builder.routingProfileArn(String routingProfileArn) The Amazon Resource Name (ARN) of the user's routing profile.CfnUser.Builder.securityProfileArns(List<String> securityProfileArns) The Amazon Resource Name (ARN) of the user's security profile.The tags.The user name assigned to the user account.