Interface PromptAgentResource.Builder

All Superinterfaces:
Buildable, CopyableBuilder<PromptAgentResource.Builder,PromptAgentResource>, SdkBuilder<PromptAgentResource.Builder,PromptAgentResource>, SdkPojo
Enclosing class:
PromptAgentResource

@Mutable @NotThreadSafe public static interface PromptAgentResource.Builder extends SdkPojo, CopyableBuilder<PromptAgentResource.Builder,PromptAgentResource>
  • Method Details

    • agentIdentifier

      PromptAgentResource.Builder agentIdentifier(String agentIdentifier)

      The ARN of the agent with which to use the prompt.

      Parameters:
      agentIdentifier - The ARN of the agent with which to use the prompt.
      Returns:
      Returns a reference to this object so that method calls can be chained together.