Uses of Class
software.amazon.awscdk.services.cognito.identitypool.IdentityPoolProps.Builder
Packages that use IdentityPoolProps.Builder
Package
Description
Amazon Cognito Identity Pool Construct Library
-
Uses of IdentityPoolProps.Builder in software.amazon.awscdk.services.cognito.identitypool
Methods in software.amazon.awscdk.services.cognito.identitypool that return IdentityPoolProps.BuilderModifier and TypeMethodDescriptionIdentityPoolProps.Builder.allowClassicFlow(Boolean allowClassicFlow) Sets the value ofIdentityPoolProps.getAllowClassicFlow()IdentityPoolProps.Builder.allowUnauthenticatedIdentities(Boolean allowUnauthenticatedIdentities) Sets the value ofIdentityPoolProps.getAllowUnauthenticatedIdentities()IdentityPoolProps.Builder.authenticatedRole(IRole authenticatedRole) Sets the value ofIdentityPoolProps.getAuthenticatedRole()IdentityPoolProps.Builder.authenticationProviders(IdentityPoolAuthenticationProviders authenticationProviders) Sets the value ofIdentityPoolProps.getAuthenticationProviders()static IdentityPoolProps.BuilderIdentityPoolProps.builder()IdentityPoolProps.Builder.identityPoolName(String identityPoolName) Sets the value ofIdentityPoolProps.getIdentityPoolName()IdentityPoolProps.Builder.roleMappings(List<? extends IdentityPoolRoleMapping> roleMappings) Sets the value ofIdentityPoolProps.getRoleMappings()IdentityPoolProps.Builder.unauthenticatedRole(IRole unauthenticatedRole) Sets the value ofIdentityPoolProps.getUnauthenticatedRole()Constructors in software.amazon.awscdk.services.cognito.identitypool with parameters of type IdentityPoolProps.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(IdentityPoolProps.Builder builder) Constructor that initializes the object based on literal property values passed by theIdentityPoolProps.Builder.