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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AgentKnowledgeBaseSummary.Builderdescription(String description)The description of the knowledge base associated with an agent.AgentKnowledgeBaseSummary.BuilderknowledgeBaseId(String knowledgeBaseId)The unique identifier of the knowledge base associated with an agent.AgentKnowledgeBaseSummary.BuilderknowledgeBaseState(String knowledgeBaseState)Specifies whether the agent uses the knowledge base or not when sending an InvokeAgent request.AgentKnowledgeBaseSummary.BuilderknowledgeBaseState(KnowledgeBaseState knowledgeBaseState)Specifies whether the agent uses the knowledge base or not when sending an InvokeAgent request.AgentKnowledgeBaseSummary.BuilderupdatedAt(Instant updatedAt)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 Detail
-
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,KnowledgeBaseState
-
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:
KnowledgeBaseState,KnowledgeBaseState
-
updatedAt
AgentKnowledgeBaseSummary.Builder updatedAt(Instant 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.
-
-