| Package | Description |
|---|---|
| software.amazon.awssdk.services.cognitoidentity.model |
| Modifier and Type | Method and Description |
|---|---|
static MappingRule.Builder |
MappingRule.builder() |
MappingRule.Builder |
MappingRule.Builder.claim(String claim)
The claim name that must be present in the token, for example, "isAdmin" or "paid".
|
MappingRule.Builder |
MappingRule.Builder.matchType(MappingRuleMatchType matchType)
The match condition that specifies how closely the claim value in the IdP token must match
Value
. |
MappingRule.Builder |
MappingRule.Builder.matchType(String matchType)
The match condition that specifies how closely the claim value in the IdP token must match
Value
. |
MappingRule.Builder |
MappingRule.Builder.roleARN(String roleARN)
The role ARN.
|
MappingRule.Builder |
MappingRule.toBuilder() |
MappingRule.Builder |
MappingRule.Builder.value(String value)
A brief string that the claim must match, for example, "paid" or "yes".
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends MappingRule.Builder> |
MappingRule.serializableBuilderClass() |
Copyright © 2023. All rights reserved.