Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.identitystore.CfnUserPropsMixin.Builder
Packages that use CfnUserPropsMixin.Builder
-
Uses of CfnUserPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.identitystore
Methods in software.amazon.awscdk.cfnpropertymixins.services.identitystore that return CfnUserPropsMixin.BuilderModifier and TypeMethodDescriptionA list of addresses associated with the user.CfnUserPropsMixin.Builder.addresses(IResolvable addresses) A list of addresses associated with the user.The user's birthdate in YYYY-MM-DD format.static CfnUserPropsMixin.BuilderCfnUserPropsMixin.Builder.create()static CfnUserPropsMixin.BuilderCfnUserPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnUserPropsMixin.Builder.displayName(String displayName) A string containing the name of the user for display.A list of email addresses associated with the user.CfnUserPropsMixin.Builder.emails(IResolvable emails) A list of email addresses associated with the user.CfnUserPropsMixin.Builder.identityStoreId(String identityStoreId) The globally unique identifier for the identity store.The geographical region or location of the user.CfnUserPropsMixin.Builder.name(CfnUserPropsMixin.NameProperty name) The name of the user.CfnUserPropsMixin.Builder.name(IResolvable name) The name of the user.An alternate name for the user.CfnUserPropsMixin.Builder.phoneNumbers(List<? extends Object> phoneNumbers) A list of phone numbers associated with the user.CfnUserPropsMixin.Builder.phoneNumbers(IResolvable phoneNumbers) A list of phone numbers associated with the user.A list of photos associated with the user.CfnUserPropsMixin.Builder.photos(IResolvable photos) A list of photos associated with the user.CfnUserPropsMixin.Builder.preferredLanguage(String preferredLanguage) The preferred language of the user.CfnUserPropsMixin.Builder.profileUrl(String profileUrl) A URL associated with the user.A list of roles associated with the user.CfnUserPropsMixin.Builder.roles(IResolvable roles) A list of roles associated with the user.The time zone for the user.The title of the user.A unique string used to identify the user.A string indicating the type of user.The user's personal website or blog URL.