Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.connect.CfnUserPropsMixin.Builder
Packages that use CfnUserPropsMixin.Builder
-
Uses of CfnUserPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.connect
Methods in software.amazon.awscdk.cfnpropertymixins.services.connect that return CfnUserPropsMixin.BuilderModifier and TypeMethodDescriptionCfnUserPropsMixin.Builder.afterContactWorkConfigs(List<? extends Object> afterContactWorkConfigs) After Contact Work configurations of a user.CfnUserPropsMixin.Builder.afterContactWorkConfigs(IResolvable afterContactWorkConfigs) After Contact Work configurations of a user.CfnUserPropsMixin.Builder.autoAcceptConfigs(List<? extends Object> autoAcceptConfigs) Auto-accept configurations of a user.CfnUserPropsMixin.Builder.autoAcceptConfigs(IResolvable autoAcceptConfigs) Auto-accept configurations of a user.static CfnUserPropsMixin.BuilderCfnUserPropsMixin.Builder.create()static CfnUserPropsMixin.BuilderCfnUserPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnUserPropsMixin.Builder.directoryUserId(String directoryUserId) The identifier of the user account in the directory used for identity management.CfnUserPropsMixin.Builder.hierarchyGroupArn(String hierarchyGroupArn) The Amazon Resource Name (ARN) of the user's hierarchy group.CfnUserPropsMixin.Builder.identityInfo(CfnUserPropsMixin.UserIdentityInfoProperty identityInfo) Information about the user identity.CfnUserPropsMixin.Builder.identityInfo(IResolvable identityInfo) Information about the user identity.CfnUserPropsMixin.Builder.instanceArn(String instanceArn) The Amazon Resource Name (ARN) of the instance.The user's password.CfnUserPropsMixin.Builder.persistentConnectionConfigs(List<? extends Object> persistentConnectionConfigs) Persistent Connection configurations of a user.CfnUserPropsMixin.Builder.persistentConnectionConfigs(IResolvable persistentConnectionConfigs) Persistent Connection configurations of a user.CfnUserPropsMixin.Builder.phoneConfig(CfnUserPropsMixin.UserPhoneConfigProperty phoneConfig) Information about the phone configuration for the user.CfnUserPropsMixin.Builder.phoneConfig(IResolvable phoneConfig) Information about the phone configuration for the user.CfnUserPropsMixin.Builder.phoneNumberConfigs(List<? extends Object> phoneNumberConfigs) Phone Number configurations of a user.CfnUserPropsMixin.Builder.phoneNumberConfigs(IResolvable phoneNumberConfigs) Phone Number configurations of a user.CfnUserPropsMixin.Builder.routingProfileArn(String routingProfileArn) The Amazon Resource Name (ARN) of the user's routing profile.CfnUserPropsMixin.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.CfnUserPropsMixin.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.CfnUserPropsMixin.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.CfnUserPropsMixin.Builder.voiceEnhancementConfigs(List<? extends Object> voiceEnhancementConfigs) Voice Enhancement configurations of a user.CfnUserPropsMixin.Builder.voiceEnhancementConfigs(IResolvable voiceEnhancementConfigs) Voice Enhancement configurations of a user.