Uses of Class
software.amazon.awscdk.services.bedrockagentcore.RuntimeProps.Builder
Packages that use RuntimeProps.Builder
Package
Description
Amazon Bedrock AgentCore Construct Library
-
Uses of RuntimeProps.Builder in software.amazon.awscdk.services.bedrockagentcore
Methods in software.amazon.awscdk.services.bedrockagentcore that return RuntimeProps.BuilderModifier and TypeMethodDescriptionRuntimeProps.Builder.agentRuntimeArtifact(AgentRuntimeArtifact agentRuntimeArtifact) Sets the value ofRuntimeProps.getAgentRuntimeArtifact()RuntimeProps.Builder.authorizerConfiguration(RuntimeAuthorizerConfiguration authorizerConfiguration) Sets the value ofRuntimeProps.getAuthorizerConfiguration()static RuntimeProps.BuilderRuntimeProps.builder()RuntimeProps.Builder.description(String description) Sets the value ofRuntimeProps.getDescription()RuntimeProps.Builder.environmentVariables(Map<String, String> environmentVariables) Sets the value ofRuntimeProps.getEnvironmentVariables()RuntimeProps.Builder.executionRole(IRole executionRole) Sets the value ofRuntimeProps.getExecutionRole()RuntimeProps.Builder.lifecycleConfiguration(LifecycleConfiguration lifecycleConfiguration) Sets the value ofRuntimeProps.getLifecycleConfiguration()RuntimeProps.Builder.loggingConfigs(List<? extends LoggingConfig> loggingConfigs) Sets the value ofRuntimeProps.getLoggingConfigs()RuntimeProps.Builder.networkConfiguration(RuntimeNetworkConfiguration networkConfiguration) Sets the value ofRuntimeProps.getNetworkConfiguration()RuntimeProps.Builder.protocolConfiguration(ProtocolType protocolConfiguration) Sets the value ofRuntimeProps.getProtocolConfiguration()RuntimeProps.Builder.requestHeaderConfiguration(RequestHeaderConfiguration requestHeaderConfiguration) Sets the value ofRuntimeProps.getRequestHeaderConfiguration()RuntimeProps.Builder.runtimeName(String runtimeName) Sets the value ofRuntimeProps.getRuntimeName()Sets the value ofRuntimeProps.getTags()RuntimeProps.Builder.tracingEnabled(Boolean tracingEnabled) Sets the value ofRuntimeProps.getTracingEnabled()Constructors in software.amazon.awscdk.services.bedrockagentcore with parameters of type RuntimeProps.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(RuntimeProps.Builder builder) Constructor that initializes the object based on literal property values passed by theRuntimeProps.Builder.