Uses of Class
software.amazon.awscdk.services.cognito.identitypool.IdentityPoolRoleAttachmentProps.Builder
Packages that use IdentityPoolRoleAttachmentProps.Builder
Package
Description
Amazon Cognito Identity Pool Construct Library
-
Uses of IdentityPoolRoleAttachmentProps.Builder in software.amazon.awscdk.services.cognito.identitypool
Methods in software.amazon.awscdk.services.cognito.identitypool that return IdentityPoolRoleAttachmentProps.BuilderModifier and TypeMethodDescriptionIdentityPoolRoleAttachmentProps.Builder.authenticatedRole
(IRole authenticatedRole) Sets the value ofIdentityPoolRoleAttachmentProps.getAuthenticatedRole()
IdentityPoolRoleAttachmentProps.builder()
IdentityPoolRoleAttachmentProps.Builder.identityPool
(IIdentityPool identityPool) Sets the value ofIdentityPoolRoleAttachmentProps.getIdentityPool()
IdentityPoolRoleAttachmentProps.Builder.roleMappings
(List<? extends IdentityPoolRoleMapping> roleMappings) Sets the value ofIdentityPoolRoleAttachmentProps.getRoleMappings()
IdentityPoolRoleAttachmentProps.Builder.unauthenticatedRole
(IRole unauthenticatedRole) Sets the value ofIdentityPoolRoleAttachmentProps.getUnauthenticatedRole()
Constructors in software.amazon.awscdk.services.cognito.identitypool with parameters of type IdentityPoolRoleAttachmentProps.BuilderModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theIdentityPoolRoleAttachmentProps.Builder
.