Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.S3VectorsConfiguration.Builder
Packages that use S3VectorsConfiguration.Builder
-
Uses of S3VectorsConfiguration.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return S3VectorsConfiguration.BuilderModifier and TypeMethodDescriptionS3VectorsConfiguration.builder()The Amazon Resource Name (ARN) of the vector index used for the knowledge base.The name of the vector index used for the knowledge base.S3VectorsConfiguration.toBuilder()S3VectorsConfiguration.Builder.vectorBucketArn(String vectorBucketArn) The Amazon Resource Name (ARN) of the S3 bucket where vector embeddings are stored.Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type S3VectorsConfiguration.BuilderModifier and TypeMethodDescriptionstatic Class<? extends S3VectorsConfiguration.Builder>S3VectorsConfiguration.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagent.model with type arguments of type S3VectorsConfiguration.BuilderModifier and TypeMethodDescriptiondefault StorageConfiguration.BuilderStorageConfiguration.Builder.s3VectorsConfiguration(Consumer<S3VectorsConfiguration.Builder> s3VectorsConfiguration) The configuration settings for storing knowledge base data using S3 vectors.