@Stability(value=Stable) public static final class CfnUserPoolIdentityProvider.Builder extends Object implements software.amazon.jsii.Builder<CfnUserPoolIdentityProvider>
CfnUserPoolIdentityProvider.| Modifier and Type | Method and Description |
|---|---|
CfnUserPoolIdentityProvider.Builder |
attributeMapping(Object attributeMapping)
A mapping of IdP attributes to standard and custom user pool attributes.
|
CfnUserPoolIdentityProvider |
build() |
static CfnUserPoolIdentityProvider.Builder |
create(software.constructs.Construct scope,
String id) |
CfnUserPoolIdentityProvider.Builder |
idpIdentifiers(List<String> idpIdentifiers)
A list of IdP identifiers.
|
CfnUserPoolIdentityProvider.Builder |
providerDetails(Object providerDetails)
The IdP details.
|
CfnUserPoolIdentityProvider.Builder |
providerName(String providerName)
The IdP name.
|
CfnUserPoolIdentityProvider.Builder |
providerType(String providerType)
The IdP type.
|
CfnUserPoolIdentityProvider.Builder |
userPoolId(String userPoolId)
The user pool ID.
|
@Stability(value=Stable) public static CfnUserPoolIdentityProvider.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnUserPoolIdentityProvider.Builder.@Stability(value=Stable) public CfnUserPoolIdentityProvider.Builder providerName(String providerName)
providerName - The IdP name. This parameter is required.this@Stability(value=Stable) public CfnUserPoolIdentityProvider.Builder providerType(String providerType)
providerType - The IdP type. This parameter is required.this@Stability(value=Stable) public CfnUserPoolIdentityProvider.Builder userPoolId(String userPoolId)
userPoolId - The user pool ID. This parameter is required.this@Stability(value=Stable) public CfnUserPoolIdentityProvider.Builder attributeMapping(Object attributeMapping)
attributeMapping - A mapping of IdP attributes to standard and custom user pool attributes. This parameter is required.this@Stability(value=Stable) public CfnUserPoolIdentityProvider.Builder idpIdentifiers(List<String> idpIdentifiers)
idpIdentifiers - A list of IdP identifiers. This parameter is required.this@Stability(value=Stable) public CfnUserPoolIdentityProvider.Builder providerDetails(Object providerDetails)
oidc_issuer URL.providerDetails - The IdP details. The following list describes the provider detail keys for each IdP type. This parameter is required.this@Stability(value=Stable) public CfnUserPoolIdentityProvider build()
build in interface software.amazon.jsii.Builder<CfnUserPoolIdentityProvider>Copyright © 2022. All rights reserved.