@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 identity provider attributes to standard and custom user pool attributes.
|
CfnUserPoolIdentityProvider |
build() |
static CfnUserPoolIdentityProvider.Builder |
create(Construct scope,
String id) |
CfnUserPoolIdentityProvider.Builder |
idpIdentifiers(List<String> idpIdentifiers)
A list of identity provider identifiers.
|
CfnUserPoolIdentityProvider.Builder |
providerDetails(Object providerDetails)
The identity provider details.
|
CfnUserPoolIdentityProvider.Builder |
providerName(String providerName)
The identity provider name.
|
CfnUserPoolIdentityProvider.Builder |
providerType(String providerType)
The identity provider type.
|
CfnUserPoolIdentityProvider.Builder |
userPoolId(String userPoolId)
The user pool ID.
|
@Stability(value=Stable) public static CfnUserPoolIdentityProvider.Builder create(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 identity provider name. This parameter is required.this@Stability(value=Stable) public CfnUserPoolIdentityProvider.Builder providerType(String providerType)
providerType - The identity provider 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 identity provider 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 identity provider identifiers. This parameter is required.this@Stability(value=Stable) public CfnUserPoolIdentityProvider.Builder providerDetails(Object providerDetails)
providerDetails - The identity provider details. The following list describes the provider detail keys for each identity provider 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.