Interface KnowledgeBaseAssociationData.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<KnowledgeBaseAssociationData.Builder,
,KnowledgeBaseAssociationData> SdkBuilder<KnowledgeBaseAssociationData.Builder,
,KnowledgeBaseAssociationData> SdkPojo
- Enclosing class:
KnowledgeBaseAssociationData
@Mutable
@NotThreadSafe
public static interface KnowledgeBaseAssociationData.Builder
extends SdkPojo, CopyableBuilder<KnowledgeBaseAssociationData.Builder,KnowledgeBaseAssociationData>
-
Method Summary
Modifier and TypeMethodDescriptionknowledgeBaseArn
(String knowledgeBaseArn) The Amazon Resource Name (ARN) of the knowledge base.knowledgeBaseId
(String knowledgeBaseId) The identifier of the knowledge base.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, sdkFieldNameToField, sdkFields
-
Method Details
-
knowledgeBaseArn
The Amazon Resource Name (ARN) of the knowledge base.
- Parameters:
knowledgeBaseArn
- The Amazon Resource Name (ARN) of the knowledge base.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
knowledgeBaseId
The identifier of the knowledge base. This should not be a QUICK_RESPONSES type knowledge base if you're storing Wisdom Content resource to it.
- Parameters:
knowledgeBaseId
- The identifier of the knowledge base. This should not be a QUICK_RESPONSES type knowledge base if you're storing Wisdom Content resource to it.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-