Uses of Class
software.amazon.awscdk.services.bedrockagentcore.CfnRuntimeProps.Builder
Packages that use CfnRuntimeProps.Builder
Package
Description
AWS::BedrockAgentCore Construct Library
-
Uses of CfnRuntimeProps.Builder in software.amazon.awscdk.services.bedrockagentcore
Methods in software.amazon.awscdk.services.bedrockagentcore that return CfnRuntimeProps.BuilderModifier and TypeMethodDescriptionCfnRuntimeProps.Builder.agentRuntimeArtifact
(IResolvable agentRuntimeArtifact) Sets the value ofCfnRuntimeProps.getAgentRuntimeArtifact()
CfnRuntimeProps.Builder.agentRuntimeArtifact
(CfnRuntime.AgentRuntimeArtifactProperty agentRuntimeArtifact) Sets the value ofCfnRuntimeProps.getAgentRuntimeArtifact()
CfnRuntimeProps.Builder.agentRuntimeName
(String agentRuntimeName) Sets the value ofCfnRuntimeProps.getAgentRuntimeName()
CfnRuntimeProps.Builder.authorizerConfiguration
(IResolvable authorizerConfiguration) Sets the value ofCfnRuntimeProps.getAuthorizerConfiguration()
CfnRuntimeProps.Builder.authorizerConfiguration
(CfnRuntime.AuthorizerConfigurationProperty authorizerConfiguration) Sets the value ofCfnRuntimeProps.getAuthorizerConfiguration()
static CfnRuntimeProps.Builder
CfnRuntimeProps.builder()
CfnRuntimeProps.Builder.description
(String description) Sets the value ofCfnRuntimeProps.getDescription()
CfnRuntimeProps.Builder.environmentVariables
(Map<String, String> environmentVariables) Sets the value ofCfnRuntimeProps.getEnvironmentVariables()
CfnRuntimeProps.Builder.environmentVariables
(IResolvable environmentVariables) Sets the value ofCfnRuntimeProps.getEnvironmentVariables()
CfnRuntimeProps.Builder.networkConfiguration
(IResolvable networkConfiguration) Sets the value ofCfnRuntimeProps.getNetworkConfiguration()
CfnRuntimeProps.Builder.networkConfiguration
(CfnRuntime.NetworkConfigurationProperty networkConfiguration) Sets the value ofCfnRuntimeProps.getNetworkConfiguration()
CfnRuntimeProps.Builder.protocolConfiguration
(String protocolConfiguration) Sets the value ofCfnRuntimeProps.getProtocolConfiguration()
Sets the value ofCfnRuntimeProps.getRoleArn()
Sets the value ofCfnRuntimeProps.getTags()
Constructors in software.amazon.awscdk.services.bedrockagentcore with parameters of type CfnRuntimeProps.BuilderModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnRuntimeProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnRuntimeProps.Builder
.