Class StartIngestionJobRequest

    • Method Detail

      • clientToken

        public final 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.

        Returns:
        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.
      • dataSourceId

        public final String dataSourceId()

        The unique identifier of the data source you want to ingest into your knowledge base.

        Returns:
        The unique identifier of the data source you want to ingest into your knowledge base.
      • description

        public final String description()

        A description of the data ingestion job.

        Returns:
        A description of the data ingestion job.
      • knowledgeBaseId

        public final String knowledgeBaseId()

        The unique identifier of the knowledge base for the data ingestion job.

        Returns:
        The unique identifier of the knowledge base for the data ingestion job.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object