Class CfnRuntimeEndpointPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.bedrockagentcore.CfnRuntimeEndpointPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnRuntimeEndpointPropsMixin>
- Enclosing class:
CfnRuntimeEndpointPropsMixin
@Stability(Stable)
public static final class CfnRuntimeEndpointPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnRuntimeEndpointPropsMixin>
A fluent builder for
CfnRuntimeEndpointPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionagentRuntimeId(String agentRuntimeId) The agent runtime ID.agentRuntimeVersion(String agentRuntimeVersion) The version of the agent.build()create()create(CfnPropertyMixinOptions options) description(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 CfnRuntimeEndpointPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnRuntimeEndpointPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnRuntimeEndpointPropsMixin.Builder.
-
agentRuntimeId
@Stability(Stable) public CfnRuntimeEndpointPropsMixin.Builder agentRuntimeId(String agentRuntimeId) The agent runtime ID.- Parameters:
agentRuntimeId- The agent runtime ID. This parameter is required.- Returns:
this- See Also:
-
agentRuntimeVersion
@Stability(Stable) public CfnRuntimeEndpointPropsMixin.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:
-
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:
-
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<CfnRuntimeEndpointPropsMixin>- Returns:
- a newly built instance of
CfnRuntimeEndpointPropsMixin.
-