| Package | Description |
|---|---|
| software.amazon.awssdk.services.wisdom.model |
| Modifier and Type | Method and Description |
|---|---|
static KnowledgeBaseAssociationData.Builder |
KnowledgeBaseAssociationData.builder() |
KnowledgeBaseAssociationData.Builder |
KnowledgeBaseAssociationData.Builder.knowledgeBaseArn(String knowledgeBaseArn)
The Amazon Resource Name (ARN) of the knowledge base.
|
KnowledgeBaseAssociationData.Builder |
KnowledgeBaseAssociationData.Builder.knowledgeBaseId(String knowledgeBaseId)
The the identifier of the knowledge base.
|
KnowledgeBaseAssociationData.Builder |
KnowledgeBaseAssociationData.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends KnowledgeBaseAssociationData.Builder> |
KnowledgeBaseAssociationData.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default AssistantAssociationOutputData.Builder |
AssistantAssociationOutputData.Builder.knowledgeBaseAssociation(Consumer<KnowledgeBaseAssociationData.Builder> knowledgeBaseAssociation)
The knowledge base where output data is sent.
|
Copyright © 2021. All rights reserved.