Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.cognito.CfnUserPoolUserToGroupAttachmentPropsMixin.Builder
Packages that use CfnUserPoolUserToGroupAttachmentPropsMixin.Builder
-
Uses of CfnUserPoolUserToGroupAttachmentPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.cognito
Methods in software.amazon.awscdk.cfnpropertymixins.services.cognito that return CfnUserPoolUserToGroupAttachmentPropsMixin.BuilderModifier and TypeMethodDescriptionCfnUserPoolUserToGroupAttachmentPropsMixin.Builder.create()CfnUserPoolUserToGroupAttachmentPropsMixin.Builder.create(CfnPropertyMixinOptions options) The name of the group that you want to add your user to.CfnUserPoolUserToGroupAttachmentPropsMixin.Builder.groupName(IUserPoolGroupRef groupName) The name of the group that you want to add your user to.The user's username.CfnUserPoolUserToGroupAttachmentPropsMixin.Builder.username(IUserPoolUserRef username) The user's username.CfnUserPoolUserToGroupAttachmentPropsMixin.Builder.userPoolId(String userPoolId) The ID of the user pool that contains the group that you want to add the user to.CfnUserPoolUserToGroupAttachmentPropsMixin.Builder.userPoolId(IUserPoolRef userPoolId) The ID of the user pool that contains the group that you want to add the user to.