@Stability(value=Stable) public static final class UserPoolIdentityProviderSamlProps.Builder extends Object implements software.amazon.jsii.Builder<UserPoolIdentityProviderSamlProps>
UserPoolIdentityProviderSamlProps| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public UserPoolIdentityProviderSamlProps.Builder metadata(UserPoolIdentityProviderSamlMetadata metadata)
UserPoolIdentityProviderSamlProps.getMetadata()metadata - The SAML metadata. This parameter is required.this@Stability(value=Stable) public UserPoolIdentityProviderSamlProps.Builder identifiers(List<String> identifiers)
UserPoolIdentityProviderSamlProps.getIdentifiers()identifiers - Identifiers.
Identifiers can be used to redirect users to the correct IdP in multitenant apps.this@Stability(value=Stable) public UserPoolIdentityProviderSamlProps.Builder idpSignout(Boolean idpSignout)
UserPoolIdentityProviderSamlProps.getIdpSignout()idpSignout - Whether to enable the "Sign-out flow" feature.this@Stability(value=Stable) public UserPoolIdentityProviderSamlProps.Builder name(String name)
UserPoolIdentityProviderSamlProps.getName()name - The name of the provider.
Must be between 3 and 32 characters.this@Stability(value=Stable) public UserPoolIdentityProviderSamlProps.Builder userPool(IUserPool userPool)
UserPoolIdentityProviderProps.getUserPool()userPool - The user pool to which this construct provides identities. This parameter is required.this@Stability(value=Stable) public UserPoolIdentityProviderSamlProps.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=Stable) public UserPoolIdentityProviderSamlProps build()
build in interface software.amazon.jsii.Builder<UserPoolIdentityProviderSamlProps>UserPoolIdentityProviderSamlPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.