Uses of Class
software.amazon.awscdk.services.cognito.identitypool.RoleMappingRule.Builder
Package
Description
Amazon Cognito Identity Pool Construct Library
-
Uses of RoleMappingRule.Builder in software.amazon.awscdk.services.cognito.identitypool
Modifier and TypeMethodDescriptionstatic RoleMappingRule.Builder
RoleMappingRule.builder()
Sets the value ofRoleMappingRule.getClaim()
RoleMappingRule.Builder.claimValue
(String claimValue) Sets the value ofRoleMappingRule.getClaimValue()
RoleMappingRule.Builder.mappedRole
(IRole mappedRole) Sets the value ofRoleMappingRule.getMappedRole()
RoleMappingRule.Builder.matchType
(RoleMappingMatchType matchType) Sets the value ofRoleMappingRule.getMatchType()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(RoleMappingRule.Builder builder) Constructor that initializes the object based on literal property values passed by theRoleMappingRule.Builder
.