Interface AgentKnowledgeBase.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AgentKnowledgeBase.Builder,AgentKnowledgeBase>,SdkBuilder<AgentKnowledgeBase.Builder,AgentKnowledgeBase>,SdkPojo
- Enclosing class:
- AgentKnowledgeBase
public static interface AgentKnowledgeBase.Builder extends SdkPojo, CopyableBuilder<AgentKnowledgeBase.Builder,AgentKnowledgeBase>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AgentKnowledgeBase.BuilderagentId(String agentId)Sets the value of the AgentId property for this object.AgentKnowledgeBase.BuilderagentVersion(String agentVersion)Sets the value of the AgentVersion property for this object.AgentKnowledgeBase.BuildercreatedAt(Instant createdAt)Sets the value of the CreatedAt property for this object.AgentKnowledgeBase.Builderdescription(String description)Sets the value of the Description property for this object.AgentKnowledgeBase.BuilderknowledgeBaseId(String knowledgeBaseId)Sets the value of the KnowledgeBaseId property for this object.AgentKnowledgeBase.BuilderknowledgeBaseState(String knowledgeBaseState)Sets the value of the KnowledgeBaseState property for this object.AgentKnowledgeBase.BuilderknowledgeBaseState(KnowledgeBaseState knowledgeBaseState)Sets the value of the KnowledgeBaseState property for this object.AgentKnowledgeBase.BuilderupdatedAt(Instant updatedAt)Sets the value of the UpdatedAt property for this object.-
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
-
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
-
-