Interface ContentReference.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ContentReference.Builder,ContentReference>,SdkBuilder<ContentReference.Builder,ContentReference>,SdkPojo
- Enclosing class:
- ContentReference
public static interface ContentReference.Builder extends SdkPojo, CopyableBuilder<ContentReference.Builder,ContentReference>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ContentReference.BuildercontentArn(String contentArn)The Amazon Resource Name (ARN) of the content.ContentReference.BuildercontentId(String contentId)The identifier of the content.ContentReference.BuilderknowledgeBaseArn(String knowledgeBaseArn)The Amazon Resource Name (ARN) of the knowledge base.ContentReference.BuilderknowledgeBaseId(String knowledgeBaseId)The identifier of the knowledge base.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
contentArn
ContentReference.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
ContentReference.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.
-
knowledgeBaseArn
ContentReference.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
ContentReference.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.
-
-