Uses of Class
software.amazon.awscdk.services.bedrockagentcore.GatewayProps.Builder
Packages that use GatewayProps.Builder
Package
Description
Amazon Bedrock AgentCore Construct Library
-
Uses of GatewayProps.Builder in software.amazon.awscdk.services.bedrockagentcore
Methods in software.amazon.awscdk.services.bedrockagentcore that return GatewayProps.BuilderModifier and TypeMethodDescriptionGatewayProps.Builder.authorizerConfiguration(IGatewayAuthorizerConfig authorizerConfiguration) Sets the value ofGatewayProps.getAuthorizerConfiguration()static GatewayProps.BuilderGatewayProps.builder()GatewayProps.Builder.description(String description) Sets the value ofGatewayProps.getDescription()GatewayProps.Builder.exceptionLevel(GatewayExceptionLevel exceptionLevel) Sets the value ofGatewayProps.getExceptionLevel()GatewayProps.Builder.gatewayName(String gatewayName) Sets the value ofGatewayProps.getGatewayName()GatewayProps.Builder.interceptorConfigurations(List<? extends IInterceptor> interceptorConfigurations) Sets the value ofGatewayProps.getInterceptorConfigurations()Sets the value ofGatewayProps.getKmsKey()GatewayProps.Builder.protocolConfiguration(IGatewayProtocolConfig protocolConfiguration) Sets the value ofGatewayProps.getProtocolConfiguration()Sets the value ofGatewayProps.getRole()Sets the value ofGatewayProps.getTags()Constructors in software.amazon.awscdk.services.bedrockagentcore with parameters of type GatewayProps.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(GatewayProps.Builder builder) Constructor that initializes the object based on literal property values passed by theGatewayProps.Builder.