@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 - `AWS::Cognito::UserPoolIdentityProvider.ProviderName`. This parameter is required.this@Stability(value=Stable) public CfnUserPoolIdentityProviderProps.Builder providerType(String providerType)
CfnUserPoolIdentityProviderProps.getProviderType()providerType - `AWS::Cognito::UserPoolIdentityProvider.ProviderType`. This parameter is required.this@Stability(value=Stable) public CfnUserPoolIdentityProviderProps.Builder userPoolId(String userPoolId)
CfnUserPoolIdentityProviderProps.getUserPoolId()userPoolId - `AWS::Cognito::UserPoolIdentityProvider.UserPoolId`. This parameter is required.this@Stability(value=Stable) public CfnUserPoolIdentityProviderProps.Builder attributeMapping(Object attributeMapping)
CfnUserPoolIdentityProviderProps.getAttributeMapping()attributeMapping - `AWS::Cognito::UserPoolIdentityProvider.AttributeMapping`.this@Stability(value=Stable) public CfnUserPoolIdentityProviderProps.Builder idpIdentifiers(List<String> idpIdentifiers)
CfnUserPoolIdentityProviderProps.getIdpIdentifiers()idpIdentifiers - `AWS::Cognito::UserPoolIdentityProvider.IdpIdentifiers`.this@Stability(value=Stable) public CfnUserPoolIdentityProviderProps.Builder providerDetails(Object providerDetails)
CfnUserPoolIdentityProviderProps.getProviderDetails()providerDetails - `AWS::Cognito::UserPoolIdentityProvider.ProviderDetails`.this@Stability(value=Stable) public CfnUserPoolIdentityProviderProps build()
build in interface software.amazon.jsii.Builder<CfnUserPoolIdentityProviderProps>CfnUserPoolIdentityProviderPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.