@Stability(value=Stable) public static final class CfnIdentityPoolProps.Builder extends Object implements software.amazon.jsii.Builder<CfnIdentityPoolProps>
CfnIdentityPoolProps| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnIdentityPoolProps.Builder allowUnauthenticatedIdentities(Boolean allowUnauthenticatedIdentities)
CfnIdentityPoolProps.getAllowUnauthenticatedIdentities()allowUnauthenticatedIdentities - `AWS::Cognito::IdentityPool.AllowUnauthenticatedIdentities`. This parameter is required.this@Stability(value=Stable) public CfnIdentityPoolProps.Builder allowUnauthenticatedIdentities(IResolvable allowUnauthenticatedIdentities)
CfnIdentityPoolProps.getAllowUnauthenticatedIdentities()allowUnauthenticatedIdentities - `AWS::Cognito::IdentityPool.AllowUnauthenticatedIdentities`. This parameter is required.this@Stability(value=Stable) public CfnIdentityPoolProps.Builder allowClassicFlow(Boolean allowClassicFlow)
CfnIdentityPoolProps.getAllowClassicFlow()allowClassicFlow - `AWS::Cognito::IdentityPool.AllowClassicFlow`.this@Stability(value=Stable) public CfnIdentityPoolProps.Builder allowClassicFlow(IResolvable allowClassicFlow)
CfnIdentityPoolProps.getAllowClassicFlow()allowClassicFlow - `AWS::Cognito::IdentityPool.AllowClassicFlow`.this@Stability(value=Stable) public CfnIdentityPoolProps.Builder cognitoEvents(Object cognitoEvents)
CfnIdentityPoolProps.getCognitoEvents()cognitoEvents - `AWS::Cognito::IdentityPool.CognitoEvents`.this@Stability(value=Stable) public CfnIdentityPoolProps.Builder cognitoIdentityProviders(IResolvable cognitoIdentityProviders)
CfnIdentityPoolProps.getCognitoIdentityProviders()cognitoIdentityProviders - `AWS::Cognito::IdentityPool.CognitoIdentityProviders`.this@Stability(value=Stable) public CfnIdentityPoolProps.Builder cognitoIdentityProviders(List<? extends Object> cognitoIdentityProviders)
CfnIdentityPoolProps.getCognitoIdentityProviders()cognitoIdentityProviders - `AWS::Cognito::IdentityPool.CognitoIdentityProviders`.this@Stability(value=Stable) public CfnIdentityPoolProps.Builder cognitoStreams(CfnIdentityPool.CognitoStreamsProperty cognitoStreams)
CfnIdentityPoolProps.getCognitoStreams()cognitoStreams - `AWS::Cognito::IdentityPool.CognitoStreams`.this@Stability(value=Stable) public CfnIdentityPoolProps.Builder cognitoStreams(IResolvable cognitoStreams)
CfnIdentityPoolProps.getCognitoStreams()cognitoStreams - `AWS::Cognito::IdentityPool.CognitoStreams`.this@Stability(value=Stable) public CfnIdentityPoolProps.Builder developerProviderName(String developerProviderName)
CfnIdentityPoolProps.getDeveloperProviderName()developerProviderName - `AWS::Cognito::IdentityPool.DeveloperProviderName`.this@Stability(value=Stable) public CfnIdentityPoolProps.Builder identityPoolName(String identityPoolName)
CfnIdentityPoolProps.getIdentityPoolName()identityPoolName - `AWS::Cognito::IdentityPool.IdentityPoolName`.this@Stability(value=Stable) public CfnIdentityPoolProps.Builder openIdConnectProviderArns(List<String> openIdConnectProviderArns)
CfnIdentityPoolProps.getOpenIdConnectProviderArns()openIdConnectProviderArns - `AWS::Cognito::IdentityPool.OpenIdConnectProviderARNs`.this@Stability(value=Stable) public CfnIdentityPoolProps.Builder pushSync(CfnIdentityPool.PushSyncProperty pushSync)
CfnIdentityPoolProps.getPushSync()pushSync - `AWS::Cognito::IdentityPool.PushSync`.this@Stability(value=Stable) public CfnIdentityPoolProps.Builder pushSync(IResolvable pushSync)
CfnIdentityPoolProps.getPushSync()pushSync - `AWS::Cognito::IdentityPool.PushSync`.this@Stability(value=Stable) public CfnIdentityPoolProps.Builder samlProviderArns(List<String> samlProviderArns)
CfnIdentityPoolProps.getSamlProviderArns()samlProviderArns - `AWS::Cognito::IdentityPool.SamlProviderARNs`.this@Stability(value=Stable) public CfnIdentityPoolProps.Builder supportedLoginProviders(Object supportedLoginProviders)
CfnIdentityPoolProps.getSupportedLoginProviders()supportedLoginProviders - `AWS::Cognito::IdentityPool.SupportedLoginProviders`.this@Stability(value=Stable) public CfnIdentityPoolProps build()
build in interface software.amazon.jsii.Builder<CfnIdentityPoolProps>CfnIdentityPoolPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.