| Package | Description |
|---|---|
| software.amazon.awssdk.services.wisdom.model |
| Modifier and Type | Method and Description |
|---|---|
static ContentData.Builder |
ContentData.builder() |
ContentData.Builder |
ContentData.Builder.contentArn(String contentArn)
The Amazon Resource Name (ARN) of the content.
|
ContentData.Builder |
ContentData.Builder.contentId(String contentId)
The identifier of the content.
|
ContentData.Builder |
ContentData.Builder.contentType(String contentType)
The media type of the content.
|
ContentData.Builder |
ContentData.Builder.knowledgeBaseArn(String knowledgeBaseArn)
The Amazon Resource Name (ARN) of the knowledge base.
|
ContentData.Builder |
ContentData.Builder.knowledgeBaseId(String knowledgeBaseId)
The identifier of the knowledge base.
|
ContentData.Builder |
ContentData.Builder.linkOutUri(String linkOutUri)
The URI of the content.
|
ContentData.Builder |
ContentData.Builder.metadata(Map<String,String> metadata)
A key/value map to store attributes without affecting tagging or recommendations.
|
ContentData.Builder |
ContentData.Builder.name(String name)
The name of the content.
|
ContentData.Builder |
ContentData.Builder.revisionId(String revisionId)
The identifier of the content revision.
|
ContentData.Builder |
ContentData.Builder.status(ContentStatus status)
The status of the content.
|
ContentData.Builder |
ContentData.Builder.status(String status)
The status of the content.
|
ContentData.Builder |
ContentData.Builder.tags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
|
ContentData.Builder |
ContentData.Builder.title(String title)
The title of the content.
|
ContentData.Builder |
ContentData.toBuilder() |
ContentData.Builder |
ContentData.Builder.url(String url)
The URL of the content.
|
ContentData.Builder |
ContentData.Builder.urlExpiry(Instant urlExpiry)
The expiration time of the URL as an epoch timestamp.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ContentData.Builder> |
ContentData.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetContentResponse.Builder |
GetContentResponse.Builder.content(Consumer<ContentData.Builder> content)
The content.
|
default CreateContentResponse.Builder |
CreateContentResponse.Builder.content(Consumer<ContentData.Builder> content)
The content.
|
default UpdateContentResponse.Builder |
UpdateContentResponse.Builder.content(Consumer<ContentData.Builder> content)
The content.
|
Copyright © 2023. All rights reserved.