Class CfnRuntimeEndpointProps.Builder
java.lang.Object
software.amazon.awscdk.services.bedrockagentcore.CfnRuntimeEndpointProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnRuntimeEndpointProps>
- Enclosing interface:
CfnRuntimeEndpointProps
@Stability(Stable)
public static final class CfnRuntimeEndpointProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnRuntimeEndpointProps>
A builder for
CfnRuntimeEndpointProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionagentRuntimeId(String agentRuntimeId) Sets the value ofCfnRuntimeEndpointProps.getAgentRuntimeId()agentRuntimeVersion(String agentRuntimeVersion) Sets the value ofCfnRuntimeEndpointProps.getAgentRuntimeVersion()build()Builds the configured instance.description(String description) Sets the value ofCfnRuntimeEndpointProps.getDescription()Sets the value ofCfnRuntimeEndpointProps.getName()Sets the value ofCfnRuntimeEndpointProps.getTags()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
agentRuntimeId
Sets the value ofCfnRuntimeEndpointProps.getAgentRuntimeId()- Parameters:
agentRuntimeId- The agent runtime ID. This parameter is required.- Returns:
this
-
name
Sets the value ofCfnRuntimeEndpointProps.getName()- Parameters:
name- The name of the AgentCore Runtime endpoint. This parameter is required.- Returns:
this
-
agentRuntimeVersion
@Stability(Stable) public CfnRuntimeEndpointProps.Builder agentRuntimeVersion(String agentRuntimeVersion) Sets the value ofCfnRuntimeEndpointProps.getAgentRuntimeVersion()- Parameters:
agentRuntimeVersion- The version of the agent.- Returns:
this
-
description
Sets the value ofCfnRuntimeEndpointProps.getDescription()- Parameters:
description- Contains information about an agent runtime endpoint. An agent runtime is the execution environment for a Amazon Bedrock Agent.- Returns:
this
-
tags
Sets the value ofCfnRuntimeEndpointProps.getTags()- Parameters:
tags- The tags for the AgentCore Runtime endpoint.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnRuntimeEndpointProps>- Returns:
- a new instance of
CfnRuntimeEndpointProps - Throws:
NullPointerException- if any required attribute was not provided
-