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