Interface KnowledgeBaseSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<KnowledgeBaseSummary.Builder,KnowledgeBaseSummary>,SdkBuilder<KnowledgeBaseSummary.Builder,KnowledgeBaseSummary>,SdkPojo
- Enclosing class:
- KnowledgeBaseSummary
public static interface KnowledgeBaseSummary.Builder extends SdkPojo, CopyableBuilder<KnowledgeBaseSummary.Builder,KnowledgeBaseSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description KnowledgeBaseSummary.Builderdescription(String description)Sets the value of the Description property for this object.KnowledgeBaseSummary.BuilderknowledgeBaseId(String knowledgeBaseId)Sets the value of the KnowledgeBaseId property for this object.KnowledgeBaseSummary.Buildername(String name)Sets the value of the Name property for this object.KnowledgeBaseSummary.Builderstatus(String status)Sets the value of the Status property for this object.KnowledgeBaseSummary.Builderstatus(KnowledgeBaseStatus status)Sets the value of the Status property for this object.KnowledgeBaseSummary.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
KnowledgeBaseSummary.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.
-
name
KnowledgeBaseSummary.Builder name(String name)
Sets the value of the Name property for this object.- Parameters:
name- The new value for the Name property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
KnowledgeBaseSummary.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.
-
status
KnowledgeBaseSummary.Builder status(String status)
Sets the value of the Status property for this object.- Parameters:
status- The new value for the Status property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
KnowledgeBaseStatus,KnowledgeBaseStatus
-
status
KnowledgeBaseSummary.Builder status(KnowledgeBaseStatus status)
Sets the value of the Status property for this object.- Parameters:
status- The new value for the Status property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
KnowledgeBaseStatus,KnowledgeBaseStatus
-
updatedAt
KnowledgeBaseSummary.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.
-
-