Uses of Class
software.amazon.awscdk.services.bedrockagentcore.RuntimeEndpoint.Builder
Packages that use RuntimeEndpoint.Builder
Package
Description
Amazon Bedrock AgentCore Construct Library
-
Uses of RuntimeEndpoint.Builder in software.amazon.awscdk.services.bedrockagentcore
Methods in software.amazon.awscdk.services.bedrockagentcore that return RuntimeEndpoint.BuilderModifier and TypeMethodDescriptionRuntimeEndpoint.Builder.agentRuntimeId(String agentRuntimeId) The ID of the agent runtime to associate with this endpoint This is the unique identifier of the runtime resource Pattern: ^[a-zA-Z][a-zA-Z0-9_]{0,99}-[a-zA-Z0-9]{10}$.RuntimeEndpoint.Builder.agentRuntimeVersion(String agentRuntimeVersion) The version of the agent runtime to use for this endpoint If not specified, the endpoint will point to version "1" of the runtime.static RuntimeEndpoint.BuilderRuntimeEndpoint.Builder.description(String description) Optional description for the agent runtime endpoint Length Minimum: 1 , Maximum: 256.RuntimeEndpoint.Builder.endpointName(String endpointName) The name of the agent runtime endpoint Valid characters are a-z, A-Z, 0-9, _ (underscore) Must start with a letter and can be up to 48 characters long Pattern: ^[a-zA-Z][a-zA-Z0-9_]{0,47}$.Tags for the agent runtime endpoint A list of key:value pairs of tags to apply to this RuntimeEndpoint resource Pattern: ^[a-zA-Z0-9\s._:/=+@-]*$.