@Stability(value=Stable) public static final class CfnUserPoolIdentityProviderProps.Builder extends Object implements software.amazon.jsii.Builder<CfnUserPoolIdentityProviderProps>
CfnUserPoolIdentityProviderProps| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnUserPoolIdentityProviderProps.Builder providerName(String providerName)
CfnUserPoolIdentityProviderProps.getProviderName()providerName - The IdP name. This parameter is required.this@Stability(value=Stable) public CfnUserPoolIdentityProviderProps.Builder providerType(String providerType)
CfnUserPoolIdentityProviderProps.getProviderType()providerType - The IdP type. This parameter is required.this@Stability(value=Stable) public CfnUserPoolIdentityProviderProps.Builder userPoolId(String userPoolId)
CfnUserPoolIdentityProviderProps.getUserPoolId()userPoolId - The user pool ID. This parameter is required.this@Stability(value=Stable) public CfnUserPoolIdentityProviderProps.Builder attributeMapping(Object attributeMapping)
CfnUserPoolIdentityProviderProps.getAttributeMapping()attributeMapping - A mapping of IdP attributes to standard and custom user pool attributes.this@Stability(value=Stable) public CfnUserPoolIdentityProviderProps.Builder idpIdentifiers(List<String> idpIdentifiers)
CfnUserPoolIdentityProviderProps.getIdpIdentifiers()idpIdentifiers - A list of IdP identifiers.this@Stability(value=Stable) public CfnUserPoolIdentityProviderProps.Builder providerDetails(Object providerDetails)
CfnUserPoolIdentityProviderProps.getProviderDetails()providerDetails - The IdP details. The following list describes the provider detail keys for each IdP type.
oidc_issuer URL.this@Stability(value=Stable) public CfnUserPoolIdentityProviderProps build()
build in interface software.amazon.jsii.Builder<CfnUserPoolIdentityProviderProps>CfnUserPoolIdentityProviderPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.