Interface ContentSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ContentSummary.Builder,ContentSummary>,SdkBuilder<ContentSummary.Builder,ContentSummary>,SdkPojo
- Enclosing class:
- ContentSummary
public static interface ContentSummary.Builder extends SdkPojo, CopyableBuilder<ContentSummary.Builder,ContentSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ContentSummary.BuildercontentArn(String contentArn)The Amazon Resource Name (ARN) of the content.ContentSummary.BuildercontentId(String contentId)The identifier of the content.ContentSummary.BuildercontentType(String contentType)The media type of the content.ContentSummary.BuilderknowledgeBaseArn(String knowledgeBaseArn)The Amazon Resource Name (ARN) of the knowledge base.ContentSummary.BuilderknowledgeBaseId(String knowledgeBaseId)The identifier of the knowledge base.ContentSummary.Buildermetadata(Map<String,String> metadata)A key/value map to store attributes without affecting tagging or recommendations.ContentSummary.Buildername(String name)The name of the content.ContentSummary.BuilderrevisionId(String revisionId)The identifier of the revision of the content.ContentSummary.Builderstatus(String status)The status of the content.ContentSummary.Builderstatus(ContentStatus status)The status of the content.ContentSummary.Buildertags(Map<String,String> tags)The tags used to organize, track, or control access for this resource.ContentSummary.Buildertitle(String title)The title of the content.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
contentArn
ContentSummary.Builder contentArn(String contentArn)
The Amazon Resource Name (ARN) of the content.
- Parameters:
contentArn- The Amazon Resource Name (ARN) of the content.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
contentId
ContentSummary.Builder contentId(String contentId)
The identifier of the content.
- Parameters:
contentId- The identifier of the content.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
contentType
ContentSummary.Builder contentType(String contentType)
The media type of the content.
- Parameters:
contentType- The media type of the content.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
knowledgeBaseArn
ContentSummary.Builder knowledgeBaseArn(String knowledgeBaseArn)
The Amazon Resource Name (ARN) of the knowledge base.
- Parameters:
knowledgeBaseArn- The Amazon Resource Name (ARN) of the knowledge base.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
knowledgeBaseId
ContentSummary.Builder knowledgeBaseId(String knowledgeBaseId)
The identifier of the knowledge base. This should not be a QUICK_RESPONSES type knowledge base if you're storing Wisdom Content resource to it.
- Parameters:
knowledgeBaseId- The identifier of the knowledge base. This should not be a QUICK_RESPONSES type knowledge base if you're storing Wisdom Content resource to it.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
metadata
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
ContentSummary.Builder name(String name)
The name of the content.
- Parameters:
name- The name of the content.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
revisionId
ContentSummary.Builder revisionId(String revisionId)
The identifier of the revision of the content.
- Parameters:
revisionId- The identifier of the revision of the content.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
ContentSummary.Builder status(String status)
The status of the content.
- Parameters:
status- The status of the content.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ContentStatus,ContentStatus
-
status
ContentSummary.Builder status(ContentStatus status)
The status of the content.
- Parameters:
status- The status of the content.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ContentStatus,ContentStatus
-
tags
ContentSummary.Builder tags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
- Parameters:
tags- The tags used to organize, track, or control access for this resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
title
ContentSummary.Builder title(String title)
The title of the content.
- Parameters:
title- The title of the content.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-