@Stability(value=Experimental) public static final class UserPoolIdentityProviderProps.Builder extends Object implements software.amazon.jsii.Builder<UserPoolIdentityProviderProps>
UserPoolIdentityProviderProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
UserPoolIdentityProviderProps.Builder |
attributeMapping(AttributeMapping attributeMapping)
Sets the value of
UserPoolIdentityProviderProps.getAttributeMapping() |
UserPoolIdentityProviderProps |
build()
Builds the configured instance.
|
UserPoolIdentityProviderProps.Builder |
userPool(IUserPool userPool)
Sets the value of
UserPoolIdentityProviderProps.getUserPool() |
@Stability(value=Experimental) public UserPoolIdentityProviderProps.Builder userPool(IUserPool userPool)
UserPoolIdentityProviderProps.getUserPool()userPool - The user pool to which this construct provides identities. This parameter is required.this@Stability(value=Experimental) public UserPoolIdentityProviderProps.Builder attributeMapping(AttributeMapping attributeMapping)
UserPoolIdentityProviderProps.getAttributeMapping()attributeMapping - Mapping attributes from the identity provider to standard and custom attributes of the user pool.this@Stability(value=Experimental) public UserPoolIdentityProviderProps build()
build in interface software.amazon.jsii.Builder<UserPoolIdentityProviderProps>UserPoolIdentityProviderPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.