| Package | Description |
|---|---|
| software.amazon.awssdk.services.wisdom.model |
| Modifier and Type | Method and Description |
|---|---|
static ContentSummary.Builder |
ContentSummary.builder() |
ContentSummary.Builder |
ContentSummary.Builder.contentArn(String contentArn)
The Amazon Resource Name (ARN) of the content.
|
ContentSummary.Builder |
ContentSummary.Builder.contentId(String contentId)
The identifier of the content.
|
ContentSummary.Builder |
ContentSummary.Builder.contentType(String contentType)
The media type of the content.
|
ContentSummary.Builder |
ContentSummary.Builder.knowledgeBaseArn(String knowledgeBaseArn)
The Amazon Resource Name (ARN) of the knowledge base.
|
ContentSummary.Builder |
ContentSummary.Builder.knowledgeBaseId(String knowledgeBaseId)
The the identifier of the knowledge base.
|
ContentSummary.Builder |
ContentSummary.Builder.metadata(Map<String,String> metadata)
A key/value map to store attributes without affecting tagging or recommendations.
|
ContentSummary.Builder |
ContentSummary.Builder.name(String name)
The name of the content.
|
ContentSummary.Builder |
ContentSummary.Builder.revisionId(String revisionId)
The identifier of the revision of the content.
|
ContentSummary.Builder |
ContentSummary.Builder.status(ContentStatus status)
The status of the content.
|
ContentSummary.Builder |
ContentSummary.Builder.status(String status)
The status of the content.
|
ContentSummary.Builder |
ContentSummary.Builder.tags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
|
ContentSummary.Builder |
ContentSummary.Builder.title(String title)
The title of the content.
|
ContentSummary.Builder |
ContentSummary.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ContentSummary.Builder> |
ContentSummary.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetContentSummaryResponse.Builder |
GetContentSummaryResponse.Builder.contentSummary(Consumer<ContentSummary.Builder> contentSummary)
The content summary.
|
Copyright © 2021. All rights reserved.