Interface IngestionJob.Builder

    • Method Detail

      • dataSourceId

        IngestionJob.Builder dataSourceId​(String dataSourceId)

        The unique identifier of the ingested data source.

        Parameters:
        dataSourceId - The unique identifier of the ingested data source.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • description

        IngestionJob.Builder description​(String description)

        The description of the ingestion job.

        Parameters:
        description - The description of the ingestion job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • failureReasons

        IngestionJob.Builder failureReasons​(Collection<String> failureReasons)

        A list of reasons that the ingestion job failed.

        Parameters:
        failureReasons - A list of reasons that the ingestion job failed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • failureReasons

        IngestionJob.Builder failureReasons​(String... failureReasons)

        A list of reasons that the ingestion job failed.

        Parameters:
        failureReasons - A list of reasons that the ingestion job failed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • ingestionJobId

        IngestionJob.Builder ingestionJobId​(String ingestionJobId)

        The unique identifier of the ingestion job.

        Parameters:
        ingestionJobId - The unique identifier of the ingestion job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • knowledgeBaseId

        IngestionJob.Builder knowledgeBaseId​(String knowledgeBaseId)

        The unique identifier of the knowledge base to which the data source is being added.

        Parameters:
        knowledgeBaseId - The unique identifier of the knowledge base to which the data source is being added.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • startedAt

        IngestionJob.Builder startedAt​(Instant startedAt)

        The time at which the ingestion job started.

        Parameters:
        startedAt - The time at which the ingestion job started.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • statistics

        IngestionJob.Builder statistics​(IngestionJobStatistics statistics)

        Contains statistics about the ingestion job.

        Parameters:
        statistics - Contains statistics about the ingestion job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • updatedAt

        IngestionJob.Builder updatedAt​(Instant updatedAt)

        The time at which the ingestion job was last updated.

        Parameters:
        updatedAt - The time at which the ingestion job was last updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.