Interface S3VectorsConfiguration.Builder

    • Method Detail

      • vectorBucketArn

        S3VectorsConfiguration.Builder vectorBucketArn​(String vectorBucketArn)

        The Amazon Resource Name (ARN) of the S3 bucket where vector embeddings are stored. This bucket contains the vector data used by the knowledge base.

        Parameters:
        vectorBucketArn - The Amazon Resource Name (ARN) of the S3 bucket where vector embeddings are stored. This bucket contains the vector data used by the knowledge base.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • indexArn

        S3VectorsConfiguration.Builder indexArn​(String indexArn)

        The Amazon Resource Name (ARN) of the vector index used for the knowledge base. This ARN identifies the specific vector index resource within Amazon Bedrock.

        Parameters:
        indexArn - The Amazon Resource Name (ARN) of the vector index used for the knowledge base. This ARN identifies the specific vector index resource within Amazon Bedrock.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • indexName

        S3VectorsConfiguration.Builder indexName​(String indexName)

        The name of the vector index used for the knowledge base. This name identifies the vector index within the Amazon Bedrock service.

        Parameters:
        indexName - The name of the vector index used for the knowledge base. This name identifies the vector index within the Amazon Bedrock service.
        Returns:
        Returns a reference to this object so that method calls can be chained together.