Uses of Class
software.amazon.awscdk.services.cognito.AttributeMapping.Builder
Packages that use AttributeMapping.Builder
-
Uses of AttributeMapping.Builder in software.amazon.awscdk.services.cognito
Methods in software.amazon.awscdk.services.cognito that return AttributeMapping.BuilderModifier and TypeMethodDescriptionAttributeMapping.Builder.address
(ProviderAttribute address) Sets the value ofAttributeMapping.getAddress()
AttributeMapping.Builder.birthdate
(ProviderAttribute birthdate) Sets the value ofAttributeMapping.getBirthdate()
static AttributeMapping.Builder
AttributeMapping.builder()
AttributeMapping.Builder.custom
(Map<String, ? extends ProviderAttribute> custom) Sets the value ofAttributeMapping.getCustom()
AttributeMapping.Builder.email
(ProviderAttribute email) Sets the value ofAttributeMapping.getEmail()
AttributeMapping.Builder.emailVerified
(ProviderAttribute emailVerified) Sets the value ofAttributeMapping.getEmailVerified()
AttributeMapping.Builder.familyName
(ProviderAttribute familyName) Sets the value ofAttributeMapping.getFamilyName()
AttributeMapping.Builder.fullname
(ProviderAttribute fullname) Sets the value ofAttributeMapping.getFullname()
AttributeMapping.Builder.gender
(ProviderAttribute gender) Sets the value ofAttributeMapping.getGender()
AttributeMapping.Builder.givenName
(ProviderAttribute givenName) Sets the value ofAttributeMapping.getGivenName()
AttributeMapping.Builder.lastUpdateTime
(ProviderAttribute lastUpdateTime) Sets the value ofAttributeMapping.getLastUpdateTime()
AttributeMapping.Builder.locale
(ProviderAttribute locale) Sets the value ofAttributeMapping.getLocale()
AttributeMapping.Builder.middleName
(ProviderAttribute middleName) Sets the value ofAttributeMapping.getMiddleName()
AttributeMapping.Builder.nickname
(ProviderAttribute nickname) Sets the value ofAttributeMapping.getNickname()
AttributeMapping.Builder.phoneNumber
(ProviderAttribute phoneNumber) Sets the value ofAttributeMapping.getPhoneNumber()
AttributeMapping.Builder.preferredUsername
(ProviderAttribute preferredUsername) Sets the value ofAttributeMapping.getPreferredUsername()
AttributeMapping.Builder.profilePage
(ProviderAttribute profilePage) Sets the value ofAttributeMapping.getProfilePage()
AttributeMapping.Builder.profilePicture
(ProviderAttribute profilePicture) Sets the value ofAttributeMapping.getProfilePicture()
AttributeMapping.Builder.timezone
(ProviderAttribute timezone) Sets the value ofAttributeMapping.getTimezone()
AttributeMapping.Builder.website
(ProviderAttribute website) Sets the value ofAttributeMapping.getWebsite()
Constructors in software.amazon.awscdk.services.cognito with parameters of type AttributeMapping.BuilderModifierConstructorDescriptionprotected
Jsii$Proxy
(AttributeMapping.Builder builder) Constructor that initializes the object based on literal property values passed by theAttributeMapping.Builder
.