Uses of Class
software.amazon.awscdk.services.cognito.identitypool.alpha.IdentityPoolRoleAttachmentProps.Builder
-
Uses of IdentityPoolRoleAttachmentProps.Builder in software.amazon.awscdk.services.cognito.identitypool.alpha
Methods in software.amazon.awscdk.services.cognito.identitypool.alpha 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.alpha with parameters of type IdentityPoolRoleAttachmentProps.BuilderModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theIdentityPoolRoleAttachmentProps.Builder.