@Stability(value=Experimental) public static final class IdentityPoolProps.Builder extends Object implements software.amazon.jsii.Builder<IdentityPoolProps>
IdentityPoolProps| Constructor and Description |
|---|
Builder() |
@Stability(value=Experimental) public IdentityPoolProps.Builder allowClassicFlow(Boolean allowClassicFlow)
IdentityPoolProps.getAllowClassicFlow()allowClassicFlow - Enables the Basic (Classic) authentication flow.this@Stability(value=Experimental) public IdentityPoolProps.Builder allowUnauthenticatedIdentities(Boolean allowUnauthenticatedIdentities)
IdentityPoolProps.getAllowUnauthenticatedIdentities()allowUnauthenticatedIdentities - Wwhether the identity pool supports unauthenticated logins.this@Stability(value=Experimental) public IdentityPoolProps.Builder authenticatedRole(IRole authenticatedRole)
IdentityPoolProps.getAuthenticatedRole()authenticatedRole - The Default Role to be assumed by Authenticated Users.this@Stability(value=Experimental) public IdentityPoolProps.Builder authenticationProviders(IdentityPoolAuthenticationProviders authenticationProviders)
IdentityPoolProps.getAuthenticationProviders()authenticationProviders - Authentication providers for using in identity pool.this@Stability(value=Experimental) public IdentityPoolProps.Builder identityPoolName(String identityPoolName)
IdentityPoolProps.getIdentityPoolName()identityPoolName - The name of the Identity Pool.this@Stability(value=Experimental) public IdentityPoolProps.Builder roleMappings(List<? extends IdentityPoolRoleMapping> roleMappings)
IdentityPoolProps.getRoleMappings()roleMappings - Rules for mapping roles to users.this@Stability(value=Experimental) public IdentityPoolProps.Builder unauthenticatedRole(IRole unauthenticatedRole)
IdentityPoolProps.getUnauthenticatedRole()unauthenticatedRole - The Default Role to be assumed by Unauthenticated Users.this@Stability(value=Experimental) public IdentityPoolProps build()
build in interface software.amazon.jsii.Builder<IdentityPoolProps>IdentityPoolPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.