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)Sets the value of the Description property for this object.AgentKnowledgeBaseSummary.BuilderknowledgeBaseId(String knowledgeBaseId)Sets the value of the KnowledgeBaseId property for this object.AgentKnowledgeBaseSummary.BuilderknowledgeBaseState(String knowledgeBaseState)Sets the value of the KnowledgeBaseState property for this object.AgentKnowledgeBaseSummary.BuilderknowledgeBaseState(KnowledgeBaseState knowledgeBaseState)Sets the value of the KnowledgeBaseState property for this object.AgentKnowledgeBaseSummary.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
-
knowledgeBaseId
AgentKnowledgeBaseSummary.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
AgentKnowledgeBaseSummary.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.
-
knowledgeBaseState
AgentKnowledgeBaseSummary.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
AgentKnowledgeBaseSummary.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
-
updatedAt
AgentKnowledgeBaseSummary.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.
-
-