Interface S3VectorsConfiguration.Builder

All Superinterfaces:
Buildable, CopyableBuilder<S3VectorsConfiguration.Builder,S3VectorsConfiguration>, SdkBuilder<S3VectorsConfiguration.Builder,S3VectorsConfiguration>, SdkPojo
Enclosing class:
S3VectorsConfiguration

@Mutable @NotThreadSafe public static interface S3VectorsConfiguration.Builder extends SdkPojo, CopyableBuilder<S3VectorsConfiguration.Builder,S3VectorsConfiguration>
  • Method Details

    • 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

      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.