public static interface ContentSummary.Builder extends SdkPojo, CopyableBuilder<ContentSummary.Builder,ContentSummary>
| Modifier and Type | Method and Description |
|---|---|
ContentSummary.Builder |
contentArn(String contentArn)
The Amazon Resource Name (ARN) of the content.
|
ContentSummary.Builder |
contentId(String contentId)
The identifier of the content.
|
ContentSummary.Builder |
contentType(String contentType)
The media type of the content.
|
ContentSummary.Builder |
knowledgeBaseArn(String knowledgeBaseArn)
The Amazon Resource Name (ARN) of the knowledge base.
|
ContentSummary.Builder |
knowledgeBaseId(String knowledgeBaseId)
The the identifier of the knowledge base.
|
ContentSummary.Builder |
metadata(Map<String,String> metadata)
A key/value map to store attributes without affecting tagging or recommendations.
|
ContentSummary.Builder |
name(String name)
The name of the content.
|
ContentSummary.Builder |
revisionId(String revisionId)
The identifier of the revision of the content.
|
ContentSummary.Builder |
status(ContentStatus status)
The status of the content.
|
ContentSummary.Builder |
status(String status)
The status of the content.
|
ContentSummary.Builder |
tags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
|
ContentSummary.Builder |
title(String title)
The title of the content.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildContentSummary.Builder contentArn(String contentArn)
The Amazon Resource Name (ARN) of the content.
contentArn - The Amazon Resource Name (ARN) of the content.ContentSummary.Builder contentId(String contentId)
The identifier of the content.
contentId - The identifier of the content.ContentSummary.Builder contentType(String contentType)
The media type of the content.
contentType - The media type of the content.ContentSummary.Builder knowledgeBaseArn(String knowledgeBaseArn)
The Amazon Resource Name (ARN) of the knowledge base.
knowledgeBaseArn - The Amazon Resource Name (ARN) of the knowledge base.ContentSummary.Builder knowledgeBaseId(String knowledgeBaseId)
The the identifier of the knowledge base.
knowledgeBaseId - The the identifier of the knowledge base.ContentSummary.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.ContentSummary.Builder name(String name)
The name of the content.
name - The name of the content.ContentSummary.Builder revisionId(String revisionId)
The identifier of the revision of the content.
revisionId - The identifier of the revision of the content.ContentSummary.Builder status(String status)
The status of the content.
status - The status of the content.ContentStatus,
ContentStatusContentSummary.Builder status(ContentStatus status)
The status of the content.
status - The status of the content.ContentStatus,
ContentStatusContentSummary.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.ContentSummary.Builder title(String title)
The title of the content.
title - The title of the content.Copyright © 2021. All rights reserved.