Interface StartIngestionJobRequest.Builder

    • Method Detail

      • clientToken

        StartIngestionJobRequest.Builder clientToken​(String clientToken)

        A unique, case-sensitive identifier to ensure that the API request completes no more than one time. If this token matches a previous request, Amazon Bedrock ignores the request, but does not return an error. For more information, see Ensuring idempotency.

        Parameters:
        clientToken - A unique, case-sensitive identifier to ensure that the API request completes no more than one time. If this token matches a previous request, Amazon Bedrock ignores the request, but does not return an error. For more information, see Ensuring idempotency.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dataSourceId

        StartIngestionJobRequest.Builder dataSourceId​(String dataSourceId)

        The unique identifier of the data source to ingest.

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

        StartIngestionJobRequest.Builder description​(String description)

        A description of the ingestion job.

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

        StartIngestionJobRequest.Builder knowledgeBaseId​(String knowledgeBaseId)

        The unique identifier of the knowledge base to which to add the data source.

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