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 TypeMethodDescriptionCfnUser.Builder.afterContactWorkConfigs(List<? extends Object> afterContactWorkConfigs) After Contact Work configurations of a user.CfnUser.Builder.afterContactWorkConfigs(IResolvable afterContactWorkConfigs) After Contact Work configurations of a user.CfnUser.Builder.autoAcceptConfigs(List<? extends Object> autoAcceptConfigs) Auto-accept configurations of a user.CfnUser.Builder.autoAcceptConfigs(IResolvable autoAcceptConfigs) Auto-accept configurations of a user.static 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.persistentConnectionConfigs(List<? extends Object> persistentConnectionConfigs) Persistent Connection configurations of a user.CfnUser.Builder.persistentConnectionConfigs(IResolvable persistentConnectionConfigs) Persistent Connection configurations of a user.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.phoneNumberConfigs(List<? extends Object> phoneNumberConfigs) Phone Number configurations of a user.CfnUser.Builder.phoneNumberConfigs(IResolvable phoneNumberConfigs) Phone Number configurations of a 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.CfnUser.Builder.userProficiencies(List<? extends Object> userProficiencies) One or more predefined attributes assigned to a user, with a numeric value that indicates how their level of skill in a specified area.CfnUser.Builder.userProficiencies(IResolvable userProficiencies) One or more predefined attributes assigned to a user, with a numeric value that indicates how their level of skill in a specified area.CfnUser.Builder.voiceEnhancementConfigs(List<? extends Object> voiceEnhancementConfigs) Voice Enhancement configurations of a user.CfnUser.Builder.voiceEnhancementConfigs(IResolvable voiceEnhancementConfigs) Voice Enhancement configurations of a user.