Interface CreateDataSourceRequest.Builder

    • Method Detail

      • clientToken

        CreateDataSourceRequest.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.
      • dataDeletionPolicy

        CreateDataSourceRequest.Builder dataDeletionPolicy​(String dataDeletionPolicy)

        The data deletion policy for the data source.

        You can set the data deletion policy to:

        • DELETE: Deletes all data from your data source that’s converted into vector embeddings upon deletion of a knowledge base or data source resource. Note that the vector store itself is not deleted, only the data. This flag is ignored if an Amazon Web Services account is deleted.

        • RETAIN: Retains all data from your data source that’s converted into vector embeddings upon deletion of a knowledge base or data source resource. Note that the vector store itself is not deleted if you delete a knowledge base or data source resource.

        Parameters:
        dataDeletionPolicy - The data deletion policy for the data source.

        You can set the data deletion policy to:

        • DELETE: Deletes all data from your data source that’s converted into vector embeddings upon deletion of a knowledge base or data source resource. Note that the vector store itself is not deleted, only the data. This flag is ignored if an Amazon Web Services account is deleted.

        • RETAIN: Retains all data from your data source that’s converted into vector embeddings upon deletion of a knowledge base or data source resource. Note that the vector store itself is not deleted if you delete a knowledge base or data source resource.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        DataDeletionPolicy, DataDeletionPolicy
      • dataDeletionPolicy

        CreateDataSourceRequest.Builder dataDeletionPolicy​(DataDeletionPolicy dataDeletionPolicy)

        The data deletion policy for the data source.

        You can set the data deletion policy to:

        • DELETE: Deletes all data from your data source that’s converted into vector embeddings upon deletion of a knowledge base or data source resource. Note that the vector store itself is not deleted, only the data. This flag is ignored if an Amazon Web Services account is deleted.

        • RETAIN: Retains all data from your data source that’s converted into vector embeddings upon deletion of a knowledge base or data source resource. Note that the vector store itself is not deleted if you delete a knowledge base or data source resource.

        Parameters:
        dataDeletionPolicy - The data deletion policy for the data source.

        You can set the data deletion policy to:

        • DELETE: Deletes all data from your data source that’s converted into vector embeddings upon deletion of a knowledge base or data source resource. Note that the vector store itself is not deleted, only the data. This flag is ignored if an Amazon Web Services account is deleted.

        • RETAIN: Retains all data from your data source that’s converted into vector embeddings upon deletion of a knowledge base or data source resource. Note that the vector store itself is not deleted if you delete a knowledge base or data source resource.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        DataDeletionPolicy, DataDeletionPolicy
      • dataSourceConfiguration

        CreateDataSourceRequest.Builder dataSourceConfiguration​(DataSourceConfiguration dataSourceConfiguration)

        The connection configuration for the data source.

        Parameters:
        dataSourceConfiguration - The connection configuration for the data source.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • description

        CreateDataSourceRequest.Builder description​(String description)

        A description of the data source.

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

        CreateDataSourceRequest.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.
      • name

        CreateDataSourceRequest.Builder name​(String name)

        The name of the data source.

        Parameters:
        name - The name of the data source.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • serverSideEncryptionConfiguration

        CreateDataSourceRequest.Builder serverSideEncryptionConfiguration​(ServerSideEncryptionConfiguration serverSideEncryptionConfiguration)

        Contains details about the server-side encryption for the data source.

        Parameters:
        serverSideEncryptionConfiguration - Contains details about the server-side encryption for the data source.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • vectorIngestionConfiguration

        CreateDataSourceRequest.Builder vectorIngestionConfiguration​(VectorIngestionConfiguration vectorIngestionConfiguration)

        Contains details about how to ingest the documents in the data source.

        Parameters:
        vectorIngestionConfiguration - Contains details about how to ingest the documents in the data source.
        Returns:
        Returns a reference to this object so that method calls can be chained together.