Uses of Class
software.amazon.awscdk.services.kendra.CfnIndex.JwtTokenTypeConfigurationProperty.Builder
Packages that use CfnIndex.JwtTokenTypeConfigurationProperty.Builder
-
Uses of CfnIndex.JwtTokenTypeConfigurationProperty.Builder in software.amazon.awscdk.services.kendra
Methods in software.amazon.awscdk.services.kendra that return CfnIndex.JwtTokenTypeConfigurationProperty.BuilderModifier and TypeMethodDescriptionCfnIndex.JwtTokenTypeConfigurationProperty.builder()
CfnIndex.JwtTokenTypeConfigurationProperty.Builder.claimRegex
(String claimRegex) Sets the value ofCfnIndex.JwtTokenTypeConfigurationProperty.getClaimRegex()
CfnIndex.JwtTokenTypeConfigurationProperty.Builder.groupAttributeField
(String groupAttributeField) Sets the value ofCfnIndex.JwtTokenTypeConfigurationProperty.getGroupAttributeField()
Sets the value ofCfnIndex.JwtTokenTypeConfigurationProperty.getIssuer()
CfnIndex.JwtTokenTypeConfigurationProperty.Builder.keyLocation
(String keyLocation) Sets the value ofCfnIndex.JwtTokenTypeConfigurationProperty.getKeyLocation()
CfnIndex.JwtTokenTypeConfigurationProperty.Builder.secretManagerArn
(String secretManagerArn) Sets the value ofCfnIndex.JwtTokenTypeConfigurationProperty.getSecretManagerArn()
Sets the value ofCfnIndex.JwtTokenTypeConfigurationProperty.getUrl()
CfnIndex.JwtTokenTypeConfigurationProperty.Builder.userNameAttributeField
(String userNameAttributeField) Sets the value ofCfnIndex.JwtTokenTypeConfigurationProperty.getUserNameAttributeField()
Constructors in software.amazon.awscdk.services.kendra with parameters of type CfnIndex.JwtTokenTypeConfigurationProperty.BuilderModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnIndex.JwtTokenTypeConfigurationProperty.Builder
.