Interface OidcJwtUpdateConfiguration.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<OidcJwtUpdateConfiguration.Builder,,OidcJwtUpdateConfiguration> SdkBuilder<OidcJwtUpdateConfiguration.Builder,,OidcJwtUpdateConfiguration> SdkPojo
- Enclosing class:
 OidcJwtUpdateConfiguration
- 
Method Summary
Modifier and TypeMethodDescriptionclaimAttributePath(String claimAttributePath) The path of the source attribute in the JWT from the trusted token issuer.identityStoreAttributePath(String identityStoreAttributePath) The path of the destination attribute in a JWT from IAM Identity Center.jwksRetrievalOption(String jwksRetrievalOption) The method that the trusted token issuer can use to retrieve the JSON Web Key Set used to verify a JWT.jwksRetrievalOption(JwksRetrievalOption jwksRetrievalOption) The method that the trusted token issuer can use to retrieve the JSON Web Key Set used to verify a JWT.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
claimAttributePath
The path of the source attribute in the JWT from the trusted token issuer. The attribute mapped by this JMESPath expression is compared against the attribute mapped by
IdentityStoreAttributePathwhen a trusted token issuer token is exchanged for an IAM Identity Center token.- Parameters:
 claimAttributePath- The path of the source attribute in the JWT from the trusted token issuer. The attribute mapped by this JMESPath expression is compared against the attribute mapped byIdentityStoreAttributePathwhen a trusted token issuer token is exchanged for an IAM Identity Center token.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
identityStoreAttributePath
The path of the destination attribute in a JWT from IAM Identity Center. The attribute mapped by this JMESPath expression is compared against the attribute mapped by
ClaimAttributePathwhen a trusted token issuer token is exchanged for an IAM Identity Center token.- Parameters:
 identityStoreAttributePath- The path of the destination attribute in a JWT from IAM Identity Center. The attribute mapped by this JMESPath expression is compared against the attribute mapped byClaimAttributePathwhen a trusted token issuer token is exchanged for an IAM Identity Center token.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
jwksRetrievalOption
The method that the trusted token issuer can use to retrieve the JSON Web Key Set used to verify a JWT.
- Parameters:
 jwksRetrievalOption- The method that the trusted token issuer can use to retrieve the JSON Web Key Set used to verify a JWT.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
jwksRetrievalOption
The method that the trusted token issuer can use to retrieve the JSON Web Key Set used to verify a JWT.
- Parameters:
 jwksRetrievalOption- The method that the trusted token issuer can use to retrieve the JSON Web Key Set used to verify a JWT.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -