Interface RuntimeReference
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
RuntimeReference.Jsii$Proxy
@Generated(value="jsii-pacmak/1.113.0 (build fc68b25)",
date="2025-09-25T11:29:02.631Z")
@Stability(Stable)
public interface RuntimeReference
extends software.amazon.jsii.JsiiSerializable
A reference to a Runtime resource.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.bedrockagentcore.*; RuntimeReference runtimeReference = RuntimeReference.builder() .agentRuntimeId("agentRuntimeId") .build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forRuntimeReference
static final class
An implementation forRuntimeReference
-
Method Summary
Modifier and TypeMethodDescriptionstatic RuntimeReference.Builder
builder()
The AgentRuntimeId of the Runtime resource.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAgentRuntimeId
The AgentRuntimeId of the Runtime resource. -
builder
- Returns:
- a
RuntimeReference.Builder
ofRuntimeReference
-