Interface AIPromptReference
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
AIPromptReference.Jsii$Proxy
@Generated(value="jsii-pacmak/1.113.0 (build fc68b25)",
date="2025-10-14T12:28:22.456Z")
@Stability(Stable)
public interface AIPromptReference
extends software.amazon.jsii.JsiiSerializable
A reference to a AIPrompt 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.*; AIPromptReference aIPromptReference = AIPromptReference.builder() .aiPromptArn("aiPromptArn") .aiPromptId("aiPromptId") .assistantId("assistantId") .build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forAIPromptReference
static final class
An implementation forAIPromptReference
-
Method Summary
Modifier and TypeMethodDescriptionstatic AIPromptReference.Builder
builder()
The ARN of the AIPrompt resource.The AIPromptId of the AIPrompt resource.The AssistantId of the AIPrompt resource.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAiPromptArn
The ARN of the AIPrompt resource. -
getAiPromptId
The AIPromptId of the AIPrompt resource. -
getAssistantId
The AssistantId of the AIPrompt resource. -
builder
- Returns:
- a
AIPromptReference.Builder
ofAIPromptReference
-