Uses of Class
software.amazon.awscdk.services.bedrockagentcore.CustomJwtConfiguration.Builder
Packages that use CustomJwtConfiguration.Builder
Package
Description
Amazon Bedrock AgentCore Construct Library
-
Uses of CustomJwtConfiguration.Builder in software.amazon.awscdk.services.bedrockagentcore
Methods in software.amazon.awscdk.services.bedrockagentcore that return CustomJwtConfiguration.BuilderModifier and TypeMethodDescriptionCustomJwtConfiguration.Builder.allowedAudience(List<String> allowedAudience) Sets the value ofCustomJwtConfiguration.getAllowedAudience()CustomJwtConfiguration.Builder.allowedClients(List<String> allowedClients) Sets the value ofCustomJwtConfiguration.getAllowedClients()CustomJwtConfiguration.Builder.allowedScopes(List<String> allowedScopes) Sets the value ofCustomJwtConfiguration.getAllowedScopes()CustomJwtConfiguration.builder()CustomJwtConfiguration.Builder.customClaims(List<? extends GatewayCustomClaim> customClaims) Sets the value ofCustomJwtConfiguration.getCustomClaims()CustomJwtConfiguration.Builder.discoveryUrl(String discoveryUrl) Sets the value ofCustomJwtConfiguration.getDiscoveryUrl()Constructors in software.amazon.awscdk.services.bedrockagentcore with parameters of type CustomJwtConfiguration.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(CustomJwtConfiguration.Builder builder) Constructor that initializes the object based on literal property values passed by theCustomJwtConfiguration.Builder.