| Package | Description |
|---|---|
| com.amazonaws.services.connectwisdom.model |
| Modifier and Type | Method and Description |
|---|---|
ContentReference |
ContentReference.clone() |
ContentReference |
Document.getContentReference()
A reference to the content resource.
|
ContentReference |
ContentReference.withContentArn(String contentArn)
The Amazon Resource Name (ARN) of the content.
|
ContentReference |
ContentReference.withContentId(String contentId)
The identifier of the content.
|
ContentReference |
ContentReference.withKnowledgeBaseArn(String knowledgeBaseArn)
The Amazon Resource Name (ARN) of the knowledge base.
|
ContentReference |
ContentReference.withKnowledgeBaseId(String knowledgeBaseId)
The identifier of the knowledge base.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Document.setContentReference(ContentReference contentReference)
A reference to the content resource.
|
Document |
Document.withContentReference(ContentReference contentReference)
A reference to the content resource.
|
Copyright © 2023. All rights reserved.