public static interface ContentReference.Builder extends SdkPojo, CopyableBuilder<ContentReference.Builder,ContentReference>
| Modifier and Type | Method and Description |
|---|---|
ContentReference.Builder |
contentArn(String contentArn)
The Amazon Resource Name (ARN) of the content.
|
ContentReference.Builder |
contentId(String contentId)
The identifier of the content.
|
ContentReference.Builder |
knowledgeBaseArn(String knowledgeBaseArn)
The Amazon Resource Name (ARN) of the knowledge base.
|
ContentReference.Builder |
knowledgeBaseId(String knowledgeBaseId)
The identifier of the knowledge base.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildContentReference.Builder contentArn(String contentArn)
The Amazon Resource Name (ARN) of the content.
contentArn - The Amazon Resource Name (ARN) of the content.ContentReference.Builder contentId(String contentId)
The identifier of the content.
contentId - The identifier of the content.ContentReference.Builder knowledgeBaseArn(String knowledgeBaseArn)
The Amazon Resource Name (ARN) of the knowledge base.
knowledgeBaseArn - The Amazon Resource Name (ARN) of the knowledge base.ContentReference.Builder knowledgeBaseId(String knowledgeBaseId)
The identifier of the knowledge base.
knowledgeBaseId - The identifier of the knowledge base.Copyright © 2022. All rights reserved.