Interface AgentKnowledgeBase.Builder

    • Method Detail

      • agentId

        AgentKnowledgeBase.Builder agentId​(String agentId)
        Sets the value of the AgentId property for this object.
        Parameters:
        agentId - The new value for the AgentId property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • agentVersion

        AgentKnowledgeBase.Builder agentVersion​(String agentVersion)
        Sets the value of the AgentVersion property for this object.
        Parameters:
        agentVersion - The new value for the AgentVersion property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • knowledgeBaseId

        AgentKnowledgeBase.Builder knowledgeBaseId​(String knowledgeBaseId)
        Sets the value of the KnowledgeBaseId property for this object.
        Parameters:
        knowledgeBaseId - The new value for the KnowledgeBaseId property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • description

        AgentKnowledgeBase.Builder description​(String description)
        Sets the value of the Description property for this object.
        Parameters:
        description - The new value for the Description property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • createdAt

        AgentKnowledgeBase.Builder createdAt​(Instant createdAt)
        Sets the value of the CreatedAt property for this object.
        Parameters:
        createdAt - The new value for the CreatedAt property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • updatedAt

        AgentKnowledgeBase.Builder updatedAt​(Instant updatedAt)
        Sets the value of the UpdatedAt property for this object.
        Parameters:
        updatedAt - The new value for the UpdatedAt property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • knowledgeBaseState

        AgentKnowledgeBase.Builder knowledgeBaseState​(String knowledgeBaseState)
        Sets the value of the KnowledgeBaseState property for this object.
        Parameters:
        knowledgeBaseState - The new value for the KnowledgeBaseState property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        KnowledgeBaseState, KnowledgeBaseState
      • knowledgeBaseState

        AgentKnowledgeBase.Builder knowledgeBaseState​(KnowledgeBaseState knowledgeBaseState)
        Sets the value of the KnowledgeBaseState property for this object.
        Parameters:
        knowledgeBaseState - The new value for the KnowledgeBaseState property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        KnowledgeBaseState, KnowledgeBaseState