primaryOwnerArn
The ARN of the primary owner of the knowledge base.
- Parameters:
primaryOwnerArn- The ARN of the primary owner of the knowledge base.- Returns:
- Returns a reference to this object so that method calls can be chained together.
Buildable, CopyableBuilder<KnowledgeBase.Builder,KnowledgeBase> , SdkBuilder<KnowledgeBase.Builder,KnowledgeBase> , SdkPojoKnowledgeBasedataSourceArn(String dataSourceArn) description(String description) documentCount(Long documentCount) default KnowledgeBase.BuilderfirstCompletedIngestionSummary(Consumer<KnowledgeBaseIngestionSummary.Builder> firstCompletedIngestionSummary) firstCompletedIngestionSummary(KnowledgeBaseIngestionSummary firstCompletedIngestionSummary) default KnowledgeBase.BuilderfirstIncompleteIngestionSummary(Consumer<KnowledgeBaseIngestionSummary.Builder> firstIncompleteIngestionSummary) firstIncompleteIngestionSummary(KnowledgeBaseIngestionSummary firstIncompleteIngestionSummary) isEmailNotificationOptedForIngestionFailures(Boolean isEmailNotificationOptedForIngestionFailures) knowledgeBaseArn(String knowledgeBaseArn) default KnowledgeBase.BuilderknowledgeBaseConfiguration(Consumer<KnowledgeBaseConfiguration.Builder> knowledgeBaseConfiguration) knowledgeBaseConfiguration(KnowledgeBaseConfiguration knowledgeBaseConfiguration) knowledgeBaseId(String knowledgeBaseId) knowledgeBaseSizeBytes(Long knowledgeBaseSizeBytes) default KnowledgeBase.BuilderlatestIngestionSummary(Consumer<KnowledgeBaseIngestionSummary.Builder> latestIngestionSummary) latestIngestionSummary(KnowledgeBaseIngestionSummary latestIngestionSummary) default KnowledgeBase.BuildermediaExtractionConfiguration(Consumer<MediaExtractionConfiguration.Builder> mediaExtractionConfiguration) mediaExtractionConfiguration(MediaExtractionConfiguration mediaExtractionConfiguration) primaryOwnerArn(String primaryOwnerArn) primaryOwnerUsername(String primaryOwnerUsername) status(DataSetStatus status) copyapplyMutation, buildequalsBySdkFields, sdkFieldNameToField, sdkFieldsThe Amazon Resource Name (ARN) of the knowledge base.
knowledgeBaseArn - The Amazon Resource Name (ARN) of the knowledge base.The unique identifier for the knowledge base.
knowledgeBaseId - The unique identifier for the knowledge base.The name of the knowledge base.
name - The name of the knowledge base.The status of the knowledge base.
status - The status of the knowledge base.The status of the knowledge base.
status - The status of the knowledge base.The ARN of the data source associated with the knowledge base.
dataSourceArn - The ARN of the data source associated with the knowledge base.The configuration settings for the knowledge base.
knowledgeBaseConfiguration - The configuration settings for the knowledge base.The configuration settings for the knowledge base.
This is a convenience method that creates an instance of theKnowledgeBaseConfiguration.Builder
avoiding the need to create one manually via KnowledgeBaseConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to knowledgeBaseConfiguration(KnowledgeBaseConfiguration).
knowledgeBaseConfiguration - a consumer that will call methods on KnowledgeBaseConfiguration.BuilderThe media extraction configuration for the knowledge base.
mediaExtractionConfiguration - The media extraction configuration for the knowledge base.The media extraction configuration for the knowledge base.
This is a convenience method that creates an instance of theMediaExtractionConfiguration.Builder
avoiding the need to create one manually via MediaExtractionConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to mediaExtractionConfiguration(MediaExtractionConfiguration).
mediaExtractionConfiguration - a consumer that will call methods on MediaExtractionConfiguration.BuilderThe type of the knowledge base.
type - The type of the knowledge base.The date and time that the knowledge base was created.
createdAt - The date and time that the knowledge base was created.The date and time that the knowledge base was last updated.
updatedAt - The date and time that the knowledge base was last updated.The description of the knowledge base.
description - The description of the knowledge base.Indicates whether email notifications are enabled for ingestion failures.
isEmailNotificationOptedForIngestionFailures - Indicates whether email notifications are enabled for ingestion failures.A summary of the first completed ingestion for the knowledge base.
firstCompletedIngestionSummary - A summary of the first completed ingestion for the knowledge base.A summary of the first completed ingestion for the knowledge base.
This is a convenience method that creates an instance of theKnowledgeBaseIngestionSummary.Builder
avoiding the need to create one manually via KnowledgeBaseIngestionSummary.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to
firstCompletedIngestionSummary(KnowledgeBaseIngestionSummary).
firstCompletedIngestionSummary - a consumer that will call methods on KnowledgeBaseIngestionSummary.BuilderA summary of the first incomplete ingestion for the knowledge base.
firstIncompleteIngestionSummary - A summary of the first incomplete ingestion for the knowledge base.A summary of the first incomplete ingestion for the knowledge base.
This is a convenience method that creates an instance of theKnowledgeBaseIngestionSummary.Builder
avoiding the need to create one manually via KnowledgeBaseIngestionSummary.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to
firstIncompleteIngestionSummary(KnowledgeBaseIngestionSummary).
firstIncompleteIngestionSummary - a consumer that will call methods on KnowledgeBaseIngestionSummary.BuilderA summary of the most recent ingestion for the knowledge base.
latestIngestionSummary - A summary of the most recent ingestion for the knowledge base.A summary of the most recent ingestion for the knowledge base.
This is a convenience method that creates an instance of theKnowledgeBaseIngestionSummary.Builder
avoiding the need to create one manually via KnowledgeBaseIngestionSummary.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to latestIngestionSummary(KnowledgeBaseIngestionSummary).
latestIngestionSummary - a consumer that will call methods on KnowledgeBaseIngestionSummary.BuilderThe size of the knowledge base in bytes.
knowledgeBaseSizeBytes - The size of the knowledge base in bytes.The number of documents in the knowledge base.
documentCount - The number of documents in the knowledge base.The ARN of the primary owner of the knowledge base.
primaryOwnerArn - The ARN of the primary owner of the knowledge base.The username of the primary owner of the knowledge base.
primaryOwnerUsername - The username of the primary owner of the knowledge base.