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 Summary
Modifier and TypeMethodDescriptiondescription
(String description) The description of the knowledge base associated with an agent.knowledgeBaseId
(String knowledgeBaseId) The unique identifier of the knowledge base associated with an agent.knowledgeBaseState
(String knowledgeBaseState) Specifies whether the agent uses the knowledge base or not when sending an InvokeAgent request.knowledgeBaseState
(KnowledgeBaseState knowledgeBaseState) Specifies whether the agent uses the knowledge base or not when sending an InvokeAgent request.The time at which the knowledge base associated with an agent was last updated.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
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
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
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
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.
-