Uses of Class
software.amazon.awscdk.services.cognito.identitypool.alpha.IdentityPoolRoleAttachment.Builder
-
Uses of IdentityPoolRoleAttachment.Builder in software.amazon.awscdk.services.cognito.identitypool.alpha
Methods in software.amazon.awscdk.services.cognito.identitypool.alpha that return IdentityPoolRoleAttachment.BuilderModifier and TypeMethodDescriptionIdentityPoolRoleAttachment.Builder.authenticatedRole(IRole authenticatedRole) (experimental) Default Authenticated (User) Role.IdentityPoolRoleAttachment.Builder.identityPool(IIdentityPool identityPool) (experimental) Id of the Attachments Underlying Identity Pool.IdentityPoolRoleAttachment.Builder.roleMappings(List<? extends IdentityPoolRoleMapping> roleMappings) (experimental) Rules for mapping roles to users.IdentityPoolRoleAttachment.Builder.unauthenticatedRole(IRole unauthenticatedRole) (experimental) Default Unauthenticated (Guest) Role.