Uses of Class
software.amazon.awscdk.services.cognito.CfnUserPoolIdentityProviderProps.Builder
-
Uses of CfnUserPoolIdentityProviderProps.Builder in software.amazon.awscdk.services.cognito
Modifier and TypeMethodDescriptionCfnUserPoolIdentityProviderProps.Builder.attributeMapping
(Object attributeMapping) Sets the value ofCfnUserPoolIdentityProviderProps.getAttributeMapping()
CfnUserPoolIdentityProviderProps.builder()
CfnUserPoolIdentityProviderProps.Builder.idpIdentifiers
(List<String> idpIdentifiers) Sets the value ofCfnUserPoolIdentityProviderProps.getIdpIdentifiers()
CfnUserPoolIdentityProviderProps.Builder.providerDetails
(Object providerDetails) Sets the value ofCfnUserPoolIdentityProviderProps.getProviderDetails()
CfnUserPoolIdentityProviderProps.Builder.providerName
(String providerName) Sets the value ofCfnUserPoolIdentityProviderProps.getProviderName()
CfnUserPoolIdentityProviderProps.Builder.providerType
(String providerType) Sets the value ofCfnUserPoolIdentityProviderProps.getProviderType()
CfnUserPoolIdentityProviderProps.Builder.userPoolId
(String userPoolId) Sets the value ofCfnUserPoolIdentityProviderProps.getUserPoolId()
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnUserPoolIdentityProviderProps.Builder
.