Interface AIAgent.Builder

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

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

    • arn

      The Amazon Resource Name (ARN) of the AI agent.

      Parameters:
      arn - The Amazon Resource Name (ARN) of the AI agent.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • type

      AIAgent.Builder type(String type)

      The type of the AI agent. The valid value is THIRD_PARTY.

      Parameters:
      type - The type of the AI agent. The valid value is THIRD_PARTY.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • type

      The type of the AI agent. The valid value is THIRD_PARTY.

      Parameters:
      type - The type of the AI agent. The valid value is THIRD_PARTY.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: