Uses of Class
software.amazon.awscdk.services.cognito.CfnIdentityPoolProps.Builder
Packages that use CfnIdentityPoolProps.Builder
-
Uses of CfnIdentityPoolProps.Builder in software.amazon.awscdk.services.cognito
Methods in software.amazon.awscdk.services.cognito that return CfnIdentityPoolProps.BuilderModifier 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.BuilderCfnIdentityPoolProps.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()Constructors in software.amazon.awscdk.services.cognito with parameters of type CfnIdentityPoolProps.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(CfnIdentityPoolProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnIdentityPoolProps.Builder.