Uses of Interface
org.apache.camel.builder.endpoint.dsl.AWS2S3VectorsEndpointBuilderFactory.AWS2S3VectorsEndpointConsumerBuilder
Packages that use AWS2S3VectorsEndpointBuilderFactory.AWS2S3VectorsEndpointConsumerBuilder
-
Uses of AWS2S3VectorsEndpointBuilderFactory.AWS2S3VectorsEndpointConsumerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of AWS2S3VectorsEndpointBuilderFactory.AWS2S3VectorsEndpointConsumerBuilder in org.apache.camel.builder.endpoint.dslModifier and TypeInterfaceDescriptionstatic interfaceBuilder for endpoint for the AWS S3 Vectors component.Methods in org.apache.camel.builder.endpoint.dsl that return AWS2S3VectorsEndpointBuilderFactory.AWS2S3VectorsEndpointConsumerBuilderModifier and TypeMethodDescriptionAWS2S3VectorsEndpointBuilderFactory.AWS2S3VectorsEndpointConsumerBuilder.accessKey(String accessKey) Amazon AWS Access Key.AWS2S3VectorsEndpointBuilderFactory.AWS2S3VectorsEndpointConsumerBuilder.backoffErrorThreshold(int backoffErrorThreshold) The number of subsequent error polls (failed due some error) that should happen before the backoffMultipler should kick-in.AWS2S3VectorsEndpointBuilderFactory.AWS2S3VectorsEndpointConsumerBuilder.backoffErrorThreshold(String backoffErrorThreshold) The number of subsequent error polls (failed due some error) that should happen before the backoffMultipler should kick-in.AWS2S3VectorsEndpointBuilderFactory.AWS2S3VectorsEndpointConsumerBuilder.backoffIdleThreshold(int backoffIdleThreshold) The number of subsequent idle polls that should happen before the backoffMultipler should kick-in.AWS2S3VectorsEndpointBuilderFactory.AWS2S3VectorsEndpointConsumerBuilder.backoffIdleThreshold(String backoffIdleThreshold) The number of subsequent idle polls that should happen before the backoffMultipler should kick-in.AWS2S3VectorsEndpointBuilderFactory.AWS2S3VectorsEndpointConsumerBuilder.backoffMultiplier(int backoffMultiplier) To let the scheduled polling consumer backoff if there has been a number of subsequent idles/errors in a row.AWS2S3VectorsEndpointBuilderFactory.AWS2S3VectorsEndpointConsumerBuilder.backoffMultiplier(String backoffMultiplier) To let the scheduled polling consumer backoff if there has been a number of subsequent idles/errors in a row.AWS2S3VectorsEndpointBuilderFactory.AdvancedAWS2S3VectorsEndpointConsumerBuilder.basic()AWS2S3VectorsEndpointBuilderFactory.AWS2S3VectorsEndpointConsumerBuilder.consumerMetadataFilter(String consumerMetadataFilter) Optional metadata filter for the consumer to filter vectors during polling.AWS2S3VectorsEndpointBuilderFactory.AWS2S3VectorsEndpointConsumerBuilder.consumerQueryVector(String consumerQueryVector) The query vector to use for the consumer to poll for similar vectors.The data type of the vector.AWS2S3VectorsEndpointBuilderFactory.AWS2S3VectorsEndpointConsumerBuilder.delay(long delay) Milliseconds before the next poll for the consumer.Milliseconds before the next poll for the consumer.AWS2S3VectorsEndpointBuilderFactory.AWS2S3VectorsEndpointConsumerBuilder.deleteAfterRead(boolean deleteAfterRead) Delete vectors after they have been consumed.AWS2S3VectorsEndpointBuilderFactory.AWS2S3VectorsEndpointConsumerBuilder.deleteAfterRead(String deleteAfterRead) Delete vectors after they have been consumed.AWS2S3VectorsEndpointBuilderFactory.AWS2S3VectorsEndpointConsumerBuilder.distanceMetric(String distanceMetric) The distance metric to use for similarity search.AWS2S3VectorsEndpointBuilderFactory.AWS2S3VectorsEndpointConsumerBuilder.greedy(boolean greedy) If greedy is enabled, then the ScheduledPollConsumer will run immediately again, if the previous run polled 1 or more messages.If greedy is enabled, then the ScheduledPollConsumer will run immediately again, if the previous run polled 1 or more messages.AWS2S3VectorsEndpointBuilderFactory.AWS2S3VectorsEndpointConsumerBuilder.initialDelay(long initialDelay) Milliseconds before the first poll starts.AWS2S3VectorsEndpointBuilderFactory.AWS2S3VectorsEndpointConsumerBuilder.initialDelay(String initialDelay) Milliseconds before the first poll starts.AWS2S3VectorsEndpointBuilderFactory.AWS2S3VectorsEndpointConsumerBuilder.maxMessagesPerPoll(int maxMessagesPerPoll) The maximum number of messages to consume per poll for the consumer.AWS2S3VectorsEndpointBuilderFactory.AWS2S3VectorsEndpointConsumerBuilder.maxMessagesPerPoll(String maxMessagesPerPoll) The maximum number of messages to consume per poll for the consumer.AWS2S3VectorsEndpointBuilderFactory.AWS2S3VectorsEndpointConsumerBuilder.overrideEndpoint(boolean overrideEndpoint) Set the need for overriding the endpoint.AWS2S3VectorsEndpointBuilderFactory.AWS2S3VectorsEndpointConsumerBuilder.overrideEndpoint(String overrideEndpoint) Set the need for overriding the endpoint.AWS2S3VectorsEndpointBuilderFactory.AWS2S3VectorsEndpointConsumerBuilder.profileCredentialsName(String profileCredentialsName) If using a profile credentials provider, this parameter will set the profile name.AWS2S3VectorsEndpointBuilderFactory.AWS2S3VectorsEndpointConsumerBuilder.proxyHost(String proxyHost) To define a proxy host when instantiating the S3 Vectors client.AWS2S3VectorsEndpointBuilderFactory.AWS2S3VectorsEndpointConsumerBuilder.proxyPort(Integer proxyPort) To define a proxy port when instantiating the S3 Vectors client.AWS2S3VectorsEndpointBuilderFactory.AWS2S3VectorsEndpointConsumerBuilder.proxyPort(String proxyPort) To define a proxy port when instantiating the S3 Vectors client.AWS2S3VectorsEndpointBuilderFactory.AWS2S3VectorsEndpointConsumerBuilder.proxyProtocol(String proxyProtocol) To define a proxy protocol when instantiating the S3 Vectors client.AWS2S3VectorsEndpointBuilderFactory.AWS2S3VectorsEndpointConsumerBuilder.proxyProtocol(software.amazon.awssdk.core.Protocol proxyProtocol) To define a proxy protocol when instantiating the S3 Vectors client.The region in which S3 Vectors client needs to work.AWS2S3VectorsEndpointBuilderFactory.AWS2S3VectorsEndpointConsumerBuilder.repeatCount(long repeatCount) Specifies a maximum limit of number of fires.AWS2S3VectorsEndpointBuilderFactory.AWS2S3VectorsEndpointConsumerBuilder.repeatCount(String repeatCount) Specifies a maximum limit of number of fires.AWS2S3VectorsEndpointBuilderFactory.AWS2S3VectorsEndpointConsumerBuilder.runLoggingLevel(String runLoggingLevel) The consumer logs a start/complete log line when it polls.AWS2S3VectorsEndpointBuilderFactory.AWS2S3VectorsEndpointConsumerBuilder.runLoggingLevel(org.apache.camel.LoggingLevel runLoggingLevel) The consumer logs a start/complete log line when it polls.AWS2S3VectorsEndpointBuilderFactory.AWS2S3VectorsEndpointConsumerBuilder.scheduledExecutorService(String scheduledExecutorService) Allows for configuring a custom/shared thread pool to use for the consumer.AWS2S3VectorsEndpointBuilderFactory.AWS2S3VectorsEndpointConsumerBuilder.scheduledExecutorService(ScheduledExecutorService scheduledExecutorService) Allows for configuring a custom/shared thread pool to use for the consumer.AWS2S3VectorsEndpointBuilderFactory.AWS2S3VectorsEndpointConsumerBuilder.scheduler(Object scheduler) To use a cron scheduler from either camel-spring or camel-quartz component.AWS2S3VectorsEndpointBuilderFactory.AWS2S3VectorsEndpointConsumerBuilder.scheduler(String scheduler) To use a cron scheduler from either camel-spring or camel-quartz component.AWS2S3VectorsEndpointBuilderFactory.AWS2S3VectorsEndpointConsumerBuilder.schedulerProperties(String key, Object value) To configure additional properties when using a custom scheduler or any of the Quartz, Spring based scheduler.AWS2S3VectorsEndpointBuilderFactory.AWS2S3VectorsEndpointConsumerBuilder.schedulerProperties(Map values) To configure additional properties when using a custom scheduler or any of the Quartz, Spring based scheduler.AWS2S3VectorsEndpointBuilderFactory.AWS2S3VectorsEndpointConsumerBuilder.secretKey(String secretKey) Amazon AWS Secret Key.AWS2S3VectorsEndpointBuilderFactory.AWS2S3VectorsEndpointConsumerBuilder.sendEmptyMessageWhenIdle(boolean sendEmptyMessageWhenIdle) If the polling consumer did not poll any files, you can enable this option to send an empty message (no body) instead.AWS2S3VectorsEndpointBuilderFactory.AWS2S3VectorsEndpointConsumerBuilder.sendEmptyMessageWhenIdle(String sendEmptyMessageWhenIdle) If the polling consumer did not poll any files, you can enable this option to send an empty message (no body) instead.AWS2S3VectorsEndpointBuilderFactory.AWS2S3VectorsEndpointConsumerBuilder.sessionToken(String sessionToken) Amazon AWS Session Token used when the user needs to assume an IAM role.AWS2S3VectorsEndpointBuilderFactory.AWS2S3VectorsEndpointConsumerBuilder.similarityThreshold(Float similarityThreshold) The minimum similarity threshold for results.AWS2S3VectorsEndpointBuilderFactory.AWS2S3VectorsEndpointConsumerBuilder.similarityThreshold(String similarityThreshold) The minimum similarity threshold for results.AWS2S3VectorsEndpointBuilderFactory.AWS2S3VectorsEndpointConsumerBuilder.startScheduler(boolean startScheduler) Whether the scheduler should be auto started.AWS2S3VectorsEndpointBuilderFactory.AWS2S3VectorsEndpointConsumerBuilder.startScheduler(String startScheduler) Whether the scheduler should be auto started.Time unit for initialDelay and delay options.AWS2S3VectorsEndpointBuilderFactory.AWS2S3VectorsEndpointConsumerBuilder.timeUnit(TimeUnit timeUnit) Time unit for initialDelay and delay options.The number of top similar vectors to return in a query.The number of top similar vectors to return in a query.AWS2S3VectorsEndpointBuilderFactory.AWS2S3VectorsEndpointConsumerBuilder.trustAllCertificates(boolean trustAllCertificates) If we want to trust all certificates in case of overriding the endpoint.AWS2S3VectorsEndpointBuilderFactory.AWS2S3VectorsEndpointConsumerBuilder.trustAllCertificates(String trustAllCertificates) If we want to trust all certificates in case of overriding the endpoint.AWS2S3VectorsEndpointBuilderFactory.AWS2S3VectorsEndpointConsumerBuilder.uriEndpointOverride(String uriEndpointOverride) Set the overriding uri endpoint.AWS2S3VectorsEndpointBuilderFactory.AWS2S3VectorsEndpointConsumerBuilder.useDefaultCredentialsProvider(boolean useDefaultCredentialsProvider) Set whether the S3 Vectors client should expect to load credentials through a default credentials provider.AWS2S3VectorsEndpointBuilderFactory.AWS2S3VectorsEndpointConsumerBuilder.useDefaultCredentialsProvider(String useDefaultCredentialsProvider) Set whether the S3 Vectors client should expect to load credentials through a default credentials provider.AWS2S3VectorsEndpointBuilderFactory.AWS2S3VectorsEndpointConsumerBuilder.useFixedDelay(boolean useFixedDelay) Controls if fixed delay or fixed rate is used.AWS2S3VectorsEndpointBuilderFactory.AWS2S3VectorsEndpointConsumerBuilder.useFixedDelay(String useFixedDelay) Controls if fixed delay or fixed rate is used.AWS2S3VectorsEndpointBuilderFactory.AWS2S3VectorsEndpointConsumerBuilder.useProfileCredentialsProvider(boolean useProfileCredentialsProvider) Set whether the S3 Vectors client should expect to load credentials through a profile credentials provider.AWS2S3VectorsEndpointBuilderFactory.AWS2S3VectorsEndpointConsumerBuilder.useProfileCredentialsProvider(String useProfileCredentialsProvider) Set whether the S3 Vectors client should expect to load credentials through a profile credentials provider.AWS2S3VectorsEndpointBuilderFactory.AWS2S3VectorsEndpointConsumerBuilder.useSessionCredentials(boolean useSessionCredentials) Set whether the S3 Vectors client should expect to use Session Credentials.AWS2S3VectorsEndpointBuilderFactory.AWS2S3VectorsEndpointConsumerBuilder.useSessionCredentials(String useSessionCredentials) Set whether the S3 Vectors client should expect to use Session Credentials.AWS2S3VectorsEndpointBuilderFactory.AWS2S3VectorsEndpointConsumerBuilder.vectorDimensions(Integer vectorDimensions) The dimensions of the vector embeddings (default: 1536, which is the dimension for OpenAI text-embedding-3-small).AWS2S3VectorsEndpointBuilderFactory.AWS2S3VectorsEndpointConsumerBuilder.vectorDimensions(String vectorDimensions) The dimensions of the vector embeddings (default: 1536, which is the dimension for OpenAI text-embedding-3-small).AWS2S3VectorsEndpointBuilderFactory.AWS2S3VectorsEndpointConsumerBuilder.vectorIndexName(String vectorIndexName) The name of the vector index.