| Package | Description |
|---|---|
| software.amazon.awssdk.services.wisdom.model |
| Modifier and Type | Method and Description |
|---|---|
static ContentReference.Builder |
ContentReference.builder() |
ContentReference.Builder |
ContentReference.Builder.contentArn(String contentArn)
The Amazon Resource Name (ARN) of the content.
|
ContentReference.Builder |
ContentReference.Builder.contentId(String contentId)
The identifier of the content.
|
ContentReference.Builder |
ContentReference.Builder.knowledgeBaseArn(String knowledgeBaseArn)
The Amazon Resource Name (ARN) of the knowledge base.
|
ContentReference.Builder |
ContentReference.Builder.knowledgeBaseId(String knowledgeBaseId)
The the identifier of the knowledge base.
|
ContentReference.Builder |
ContentReference.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ContentReference.Builder> |
ContentReference.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Document.Builder |
Document.Builder.contentReference(Consumer<ContentReference.Builder> contentReference)
A reference to the content resource.
|
Copyright © 2021. All rights reserved.