Uses of Class
software.amazon.awscdk.services.cognito.CfnIdentityPoolProps.Builder
-
Uses of CfnIdentityPoolProps.Builder in software.amazon.awscdk.services.cognito
Modifier and TypeMethodDescriptionCfnIdentityPoolProps.Builder.allowClassicFlow
(Boolean allowClassicFlow) Sets the value ofCfnIdentityPoolProps.getAllowClassicFlow()
CfnIdentityPoolProps.Builder.allowClassicFlow
(IResolvable allowClassicFlow) Sets the value ofCfnIdentityPoolProps.getAllowClassicFlow()
CfnIdentityPoolProps.Builder.allowUnauthenticatedIdentities
(Boolean allowUnauthenticatedIdentities) Sets the value ofCfnIdentityPoolProps.getAllowUnauthenticatedIdentities()
CfnIdentityPoolProps.Builder.allowUnauthenticatedIdentities
(IResolvable allowUnauthenticatedIdentities) Sets the value ofCfnIdentityPoolProps.getAllowUnauthenticatedIdentities()
static CfnIdentityPoolProps.Builder
CfnIdentityPoolProps.builder()
CfnIdentityPoolProps.Builder.cognitoEvents
(Object cognitoEvents) Sets the value ofCfnIdentityPoolProps.getCognitoEvents()
CfnIdentityPoolProps.Builder.cognitoIdentityProviders
(List<? extends Object> cognitoIdentityProviders) Sets the value ofCfnIdentityPoolProps.getCognitoIdentityProviders()
CfnIdentityPoolProps.Builder.cognitoIdentityProviders
(IResolvable cognitoIdentityProviders) Sets the value ofCfnIdentityPoolProps.getCognitoIdentityProviders()
CfnIdentityPoolProps.Builder.cognitoStreams
(IResolvable cognitoStreams) Sets the value ofCfnIdentityPoolProps.getCognitoStreams()
CfnIdentityPoolProps.Builder.cognitoStreams
(CfnIdentityPool.CognitoStreamsProperty cognitoStreams) Sets the value ofCfnIdentityPoolProps.getCognitoStreams()
CfnIdentityPoolProps.Builder.developerProviderName
(String developerProviderName) Sets the value ofCfnIdentityPoolProps.getDeveloperProviderName()
CfnIdentityPoolProps.Builder.identityPoolName
(String identityPoolName) Sets the value ofCfnIdentityPoolProps.getIdentityPoolName()
CfnIdentityPoolProps.Builder.identityPoolTags
(List<? extends CfnTag> identityPoolTags) Sets the value ofCfnIdentityPoolProps.getIdentityPoolTags()
CfnIdentityPoolProps.Builder.openIdConnectProviderArns
(List<String> openIdConnectProviderArns) Sets the value ofCfnIdentityPoolProps.getOpenIdConnectProviderArns()
CfnIdentityPoolProps.Builder.pushSync
(IResolvable pushSync) Sets the value ofCfnIdentityPoolProps.getPushSync()
CfnIdentityPoolProps.Builder.pushSync
(CfnIdentityPool.PushSyncProperty pushSync) Sets the value ofCfnIdentityPoolProps.getPushSync()
CfnIdentityPoolProps.Builder.samlProviderArns
(List<String> samlProviderArns) Sets the value ofCfnIdentityPoolProps.getSamlProviderArns()
CfnIdentityPoolProps.Builder.supportedLoginProviders
(Object supportedLoginProviders) Sets the value ofCfnIdentityPoolProps.getSupportedLoginProviders()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnIdentityPoolProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnIdentityPoolProps.Builder
.