Interface AssistantReference
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
AssistantReference.Jsii$Proxy
@Generated(value="jsii-pacmak/1.113.0 (build fc68b25)",
date="2025-09-15T14:52:08.992Z")
@Stability(Stable)
public interface AssistantReference
extends software.amazon.jsii.JsiiSerializable
A reference to a Assistant 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.wisdom.*; AssistantReference assistantReference = AssistantReference.builder() .assistantArn("assistantArn") .assistantId("assistantId") .build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forAssistantReference
static final class
An implementation forAssistantReference
-
Method Summary
Modifier and TypeMethodDescriptionstatic AssistantReference.Builder
builder()
The ARN of the Assistant resource.The AssistantId of the Assistant resource.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAssistantArn
The ARN of the Assistant resource. -
getAssistantId
The AssistantId of the Assistant resource. -
builder
- Returns:
- a
AssistantReference.Builder
ofAssistantReference
-