Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.cognito.CfnUserPoolUserMixinProps.Builder
Packages that use CfnUserPoolUserMixinProps.Builder
-
Uses of CfnUserPoolUserMixinProps.Builder in software.amazon.awscdk.cfnpropertymixins.services.cognito
Methods in software.amazon.awscdk.cfnpropertymixins.services.cognito that return CfnUserPoolUserMixinProps.BuilderModifier and TypeMethodDescriptionCfnUserPoolUserMixinProps.builder()CfnUserPoolUserMixinProps.Builder.clientMetadata(Map<String, String> clientMetadata) Sets the value ofCfnUserPoolUserMixinProps.getClientMetadata()CfnUserPoolUserMixinProps.Builder.clientMetadata(IResolvable clientMetadata) Sets the value ofCfnUserPoolUserMixinProps.getClientMetadata()CfnUserPoolUserMixinProps.Builder.desiredDeliveryMediums(List<String> desiredDeliveryMediums) Sets the value ofCfnUserPoolUserMixinProps.getDesiredDeliveryMediums()CfnUserPoolUserMixinProps.Builder.forceAliasCreation(Boolean forceAliasCreation) Sets the value ofCfnUserPoolUserMixinProps.getForceAliasCreation()CfnUserPoolUserMixinProps.Builder.forceAliasCreation(IResolvable forceAliasCreation) Sets the value ofCfnUserPoolUserMixinProps.getForceAliasCreation()CfnUserPoolUserMixinProps.Builder.messageAction(String messageAction) Sets the value ofCfnUserPoolUserMixinProps.getMessageAction()CfnUserPoolUserMixinProps.Builder.userAttributes(List<? extends Object> userAttributes) Sets the value ofCfnUserPoolUserMixinProps.getUserAttributes()CfnUserPoolUserMixinProps.Builder.userAttributes(IResolvable userAttributes) Sets the value ofCfnUserPoolUserMixinProps.getUserAttributes()Sets the value ofCfnUserPoolUserMixinProps.getUsername()CfnUserPoolUserMixinProps.Builder.userPoolId(String userPoolId) Sets the value ofCfnUserPoolUserMixinProps.getUserPoolId()CfnUserPoolUserMixinProps.Builder.userPoolId(IUserPoolRef userPoolId) Sets the value ofCfnUserPoolUserMixinProps.getUserPoolId()CfnUserPoolUserMixinProps.Builder.validationData(List<? extends Object> validationData) Sets the value ofCfnUserPoolUserMixinProps.getValidationData()CfnUserPoolUserMixinProps.Builder.validationData(IResolvable validationData) Sets the value ofCfnUserPoolUserMixinProps.getValidationData()Constructors in software.amazon.awscdk.cfnpropertymixins.services.cognito with parameters of type CfnUserPoolUserMixinProps.BuilderModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnUserPoolUserMixinProps.Builder.