Class CfnRuntimeEndpoint.Builder
java.lang.Object
software.amazon.awscdk.services.bedrockagentcore.CfnRuntimeEndpoint.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnRuntimeEndpoint>
- Enclosing class:
CfnRuntimeEndpoint
@Stability(Stable)
public static final class CfnRuntimeEndpoint.Builder
extends Object
implements software.amazon.jsii.Builder<CfnRuntimeEndpoint>
A fluent builder for
CfnRuntimeEndpoint.-
Method Summary
Modifier and TypeMethodDescriptionagentRuntimeId(String agentRuntimeId) The agent runtime ID.agentRuntimeVersion(String agentRuntimeVersion) The version of the agent.build()static CfnRuntimeEndpoint.Builderdescription(String description) Contains information about an agent runtime endpoint.The name of the AgentCore Runtime endpoint.The tags for the AgentCore Runtime endpoint.
-
Method Details
-
create
@Stability(Stable) public static CfnRuntimeEndpoint.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope- Scope in which this resource is defined. This parameter is required.id- Construct identifier for this resource (unique in its scope). This parameter is required.- Returns:
- a new instance of
CfnRuntimeEndpoint.Builder.
-
agentRuntimeId
The agent runtime ID.- Parameters:
agentRuntimeId- The agent runtime ID. This parameter is required.- Returns:
this- See Also:
-
name
The name of the AgentCore Runtime endpoint.- Parameters:
name- The name of the AgentCore Runtime endpoint. This parameter is required.- Returns:
this- See Also:
-
agentRuntimeVersion
@Stability(Stable) public CfnRuntimeEndpoint.Builder agentRuntimeVersion(String agentRuntimeVersion) The version of the agent.- Parameters:
agentRuntimeVersion- The version of the agent. This parameter is required.- Returns:
this- See Also:
-
description
Contains information about an agent runtime endpoint.An agent runtime is the execution environment for a Amazon Bedrock Agent.
- Parameters:
description- Contains information about an agent runtime endpoint. This parameter is required.- Returns:
this- See Also:
-
tags
The tags for the AgentCore Runtime endpoint.- Parameters:
tags- The tags for the AgentCore Runtime endpoint. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnRuntimeEndpoint>- Returns:
- a newly built instance of
CfnRuntimeEndpoint.
-