Interface AIAgentSummary.Builder

  • Method Details

    • name

      The name of the AI Agent.

      Parameters:
      name - The name of the AI Agent.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • assistantId

      AIAgentSummary.Builder assistantId(String assistantId)

      The identifier of the Amazon Q in Connect assistant. Can be either the ID or the ARN. URLs cannot contain the ARN.

      Parameters:
      assistantId - The identifier of the Amazon Q in Connect assistant. Can be either the ID or the ARN. URLs cannot contain the ARN.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • assistantArn

      AIAgentSummary.Builder assistantArn(String assistantArn)

      The Amazon Resource Name (ARN) of the Amazon Q in Connect assistant.

      Parameters:
      assistantArn - The Amazon Resource Name (ARN) of the Amazon Q in Connect assistant.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • aiAgentId

      AIAgentSummary.Builder aiAgentId(String aiAgentId)

      The identifier of the AI Agent.

      Parameters:
      aiAgentId - The identifier of the AI Agent.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • type

      The type of the AI Agent.

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

      The type of the AI Agent.

      Parameters:
      type - The type of the AI Agent.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • aiAgentArn

      AIAgentSummary.Builder aiAgentArn(String aiAgentArn)

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

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

      AIAgentSummary.Builder modifiedTime(Instant modifiedTime)

      The time the AI Agent was last modified.

      Parameters:
      modifiedTime - The time the AI Agent was last modified.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • visibilityStatus

      AIAgentSummary.Builder visibilityStatus(String visibilityStatus)

      The visibility status of the AI Agent.

      Parameters:
      visibilityStatus - The visibility status of the AI Agent.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • visibilityStatus

      AIAgentSummary.Builder visibilityStatus(VisibilityStatus visibilityStatus)

      The visibility status of the AI Agent.

      Parameters:
      visibilityStatus - The visibility status of the AI Agent.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • configuration

      AIAgentSummary.Builder configuration(AIAgentConfiguration configuration)

      The configuration for the AI Agent.

      Parameters:
      configuration - The configuration for the AI Agent.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • configuration

      default AIAgentSummary.Builder configuration(Consumer<AIAgentConfiguration.Builder> configuration)

      The configuration for the AI Agent.

      This is a convenience method that creates an instance of the AIAgentConfiguration.Builder avoiding the need to create one manually via AIAgentConfiguration.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to configuration(AIAgentConfiguration).

      Parameters:
      configuration - a consumer that will call methods on AIAgentConfiguration.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • origin

      The origin of the AI Agent. SYSTEM for a default AI Agent created by Q in Connect or CUSTOMER for an AI Agent created by calling AI Agent creation APIs.

      Parameters:
      origin - The origin of the AI Agent. SYSTEM for a default AI Agent created by Q in Connect or CUSTOMER for an AI Agent created by calling AI Agent creation APIs.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • origin

      The origin of the AI Agent. SYSTEM for a default AI Agent created by Q in Connect or CUSTOMER for an AI Agent created by calling AI Agent creation APIs.

      Parameters:
      origin - The origin of the AI Agent. SYSTEM for a default AI Agent created by Q in Connect or CUSTOMER for an AI Agent created by calling AI Agent creation APIs.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • description

      AIAgentSummary.Builder description(String description)

      The description of the AI Agent.

      Parameters:
      description - The description of the AI Agent.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      The status of the AI Agent.

      Parameters:
      status - The status of the AI Agent.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The status of the AI Agent.

      Parameters:
      status - The status of the AI Agent.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • tags

      The tags used to organize, track, or control access for this resource.

      Parameters:
      tags - The tags used to organize, track, or control access for this resource.
      Returns:
      Returns a reference to this object so that method calls can be chained together.