Interface AgentKnowledgeBaseSummary.Builder

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

public static interface AgentKnowledgeBaseSummary.Builder extends SdkPojo, CopyableBuilder<AgentKnowledgeBaseSummary.Builder,AgentKnowledgeBaseSummary>
  • Method Details

    • description

      AgentKnowledgeBaseSummary.Builder description(String description)

      The description of the knowledge base associated with an agent.

      Parameters:
      description - The description of the knowledge base associated with an agent.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • knowledgeBaseId

      AgentKnowledgeBaseSummary.Builder knowledgeBaseId(String knowledgeBaseId)

      The unique identifier of the knowledge base associated with an agent.

      Parameters:
      knowledgeBaseId - The unique identifier of the knowledge base associated with an agent.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • knowledgeBaseState

      AgentKnowledgeBaseSummary.Builder knowledgeBaseState(String knowledgeBaseState)

      Specifies whether the agent uses the knowledge base or not when sending an InvokeAgent request.

      Parameters:
      knowledgeBaseState - Specifies whether the agent uses the knowledge base or not when sending an InvokeAgent request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • knowledgeBaseState

      AgentKnowledgeBaseSummary.Builder knowledgeBaseState(KnowledgeBaseState knowledgeBaseState)

      Specifies whether the agent uses the knowledge base or not when sending an InvokeAgent request.

      Parameters:
      knowledgeBaseState - Specifies whether the agent uses the knowledge base or not when sending an InvokeAgent request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • updatedAt

      The time at which the knowledge base associated with an agent was last updated.

      Parameters:
      updatedAt - The time at which the knowledge base associated with an agent was last updated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.