public static interface ContentData.Builder extends SdkPojo, CopyableBuilder<ContentData.Builder,ContentData>
| Modifier and Type | Method and Description |
|---|---|
ContentData.Builder |
contentArn(String contentArn)
The Amazon Resource Name (ARN) of the content.
|
ContentData.Builder |
contentId(String contentId)
The identifier of the content.
|
ContentData.Builder |
contentType(String contentType)
The media type of the content.
|
ContentData.Builder |
knowledgeBaseArn(String knowledgeBaseArn)
The Amazon Resource Name (ARN) of the knowledge base.
|
ContentData.Builder |
knowledgeBaseId(String knowledgeBaseId)
The identifier of the knowledge base.
|
ContentData.Builder |
linkOutUri(String linkOutUri)
The URI of the content.
|
ContentData.Builder |
metadata(Map<String,String> metadata)
A key/value map to store attributes without affecting tagging or recommendations.
|
ContentData.Builder |
name(String name)
The name of the content.
|
ContentData.Builder |
revisionId(String revisionId)
The identifier of the content revision.
|
ContentData.Builder |
status(ContentStatus status)
The status of the content.
|
ContentData.Builder |
status(String status)
The status of the content.
|
ContentData.Builder |
tags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
|
ContentData.Builder |
title(String title)
The title of the content.
|
ContentData.Builder |
url(String url)
The URL of the content.
|
ContentData.Builder |
urlExpiry(Instant urlExpiry)
The expiration time of the URL as an epoch timestamp.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildContentData.Builder contentArn(String contentArn)
The Amazon Resource Name (ARN) of the content.
contentArn - The Amazon Resource Name (ARN) of the content.ContentData.Builder contentId(String contentId)
The identifier of the content.
contentId - The identifier of the content.ContentData.Builder contentType(String contentType)
The media type of the content.
contentType - The media type of the content.ContentData.Builder knowledgeBaseArn(String knowledgeBaseArn)
The Amazon Resource Name (ARN) of the knowledge base.
knowledgeBaseArn - The Amazon Resource Name (ARN) of the knowledge base.ContentData.Builder knowledgeBaseId(String knowledgeBaseId)
The identifier of the knowledge base.
knowledgeBaseId - The identifier of the knowledge base.ContentData.Builder linkOutUri(String linkOutUri)
The URI of the content.
linkOutUri - The URI of the content.ContentData.Builder metadata(Map<String,String> metadata)
A key/value map to store attributes without affecting tagging or recommendations. For example, when synchronizing data between an external system and Wisdom, you can store an external version identifier as metadata to utilize for determining drift.
metadata - A key/value map to store attributes without affecting tagging or recommendations. For example, when
synchronizing data between an external system and Wisdom, you can store an external version identifier
as metadata to utilize for determining drift.ContentData.Builder name(String name)
The name of the content.
name - The name of the content.ContentData.Builder revisionId(String revisionId)
The identifier of the content revision.
revisionId - The identifier of the content revision.ContentData.Builder status(String status)
The status of the content.
status - The status of the content.ContentStatus,
ContentStatusContentData.Builder status(ContentStatus status)
The status of the content.
status - The status of the content.ContentStatus,
ContentStatusContentData.Builder tags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
tags - The tags used to organize, track, or control access for this resource.ContentData.Builder title(String title)
The title of the content.
title - The title of the content.ContentData.Builder url(String url)
The URL of the content.
url - The URL of the content.ContentData.Builder urlExpiry(Instant urlExpiry)
The expiration time of the URL as an epoch timestamp.
urlExpiry - The expiration time of the URL as an epoch timestamp.Copyright © 2023. All rights reserved.