Uses of Interface
software.amazon.awssdk.services.cognitoidentity.model.MappingRule.Builder
-
Packages that use MappingRule.Builder Package Description software.amazon.awssdk.services.cognitoidentity.model -
-
Uses of MappingRule.Builder in software.amazon.awssdk.services.cognitoidentity.model
Methods in software.amazon.awssdk.services.cognitoidentity.model that return MappingRule.Builder Modifier and Type Method Description static MappingRule.BuilderMappingRule. builder()MappingRule.BuilderMappingRule.Builder. claim(String claim)The claim name that must be present in the token, for example, "isAdmin" or "paid".MappingRule.BuilderMappingRule.Builder. matchType(String matchType)The match condition that specifies how closely the claim value in the IdP token must matchValue.MappingRule.BuilderMappingRule.Builder. matchType(MappingRuleMatchType matchType)The match condition that specifies how closely the claim value in the IdP token must matchValue.MappingRule.BuilderMappingRule.Builder. roleARN(String roleARN)The role ARN.MappingRule.BuilderMappingRule. toBuilder()MappingRule.BuilderMappingRule.Builder. value(String value)A brief string that the claim must match, for example, "paid" or "yes".Methods in software.amazon.awssdk.services.cognitoidentity.model that return types with arguments of type MappingRule.Builder Modifier and Type Method Description static Class<? extends MappingRule.Builder>MappingRule. serializableBuilderClass()
-