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();
 
  • Method Details

    • getAiPromptArn

      @Stability(Stable) @NotNull String getAiPromptArn()
      The ARN of the AIPrompt resource.
    • getAiPromptId

      @Stability(Stable) @NotNull String getAiPromptId()
      The AIPromptId of the AIPrompt resource.
    • getAssistantId

      @Stability(Stable) @NotNull String getAssistantId()
      The AssistantId of the AIPrompt resource.
    • builder

      @Stability(Stable) static AIPromptReference.Builder builder()
      Returns:
      a AIPromptReference.Builder of AIPromptReference