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 ID of the parent Agent Runtime.agentRuntimeVersion
(String agentRuntimeVersion) build()
static CfnRuntimeEndpoint.Builder
description
(String description) A map of tag keys and values.
-
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 ID of the parent Agent Runtime.- Parameters:
agentRuntimeId
- The ID of the parent Agent Runtime. This parameter is required.- Returns:
this
- See Also:
-
name
- Parameters:
name
- This parameter is required.- Returns:
this
- See Also:
-
agentRuntimeVersion
@Stability(Stable) public CfnRuntimeEndpoint.Builder agentRuntimeVersion(String agentRuntimeVersion) - Parameters:
agentRuntimeVersion
- This parameter is required.- Returns:
this
- See Also:
-
description
- Parameters:
description
- This parameter is required.- Returns:
this
- See Also:
-
tags
A map of tag keys and values.- Parameters:
tags
- A map of tag keys and values. This parameter is required.- Returns:
this
- See Also:
-
build
- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnRuntimeEndpoint>
- Returns:
- a newly built instance of
CfnRuntimeEndpoint
.
-