Uses of Interface
org.apache.camel.builder.endpoint.dsl.BedrockAgentEndpointBuilderFactory.BedrockAgentEndpointConsumerBuilder
Packages that use BedrockAgentEndpointBuilderFactory.BedrockAgentEndpointConsumerBuilder
-
Uses of BedrockAgentEndpointBuilderFactory.BedrockAgentEndpointConsumerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of BedrockAgentEndpointBuilderFactory.BedrockAgentEndpointConsumerBuilder in org.apache.camel.builder.endpoint.dslModifier and TypeInterfaceDescriptionstatic interfaceBuilder for endpoint for the AWS Bedrock Agent component.Methods in org.apache.camel.builder.endpoint.dsl that return BedrockAgentEndpointBuilderFactory.BedrockAgentEndpointConsumerBuilderModifier and TypeMethodDescriptionAmazon AWS Access Key.BedrockAgentEndpointBuilderFactory.BedrockAgentEndpointConsumerBuilder.backoffErrorThreshold(int backoffErrorThreshold) The number of subsequent error polls (failed due some error) that should happen before the backoffMultipler should kick-in.BedrockAgentEndpointBuilderFactory.BedrockAgentEndpointConsumerBuilder.backoffErrorThreshold(String backoffErrorThreshold) The number of subsequent error polls (failed due some error) that should happen before the backoffMultipler should kick-in.BedrockAgentEndpointBuilderFactory.BedrockAgentEndpointConsumerBuilder.backoffIdleThreshold(int backoffIdleThreshold) The number of subsequent idle polls that should happen before the backoffMultipler should kick-in.BedrockAgentEndpointBuilderFactory.BedrockAgentEndpointConsumerBuilder.backoffIdleThreshold(String backoffIdleThreshold) The number of subsequent idle polls that should happen before the backoffMultipler should kick-in.BedrockAgentEndpointBuilderFactory.BedrockAgentEndpointConsumerBuilder.backoffMultiplier(int backoffMultiplier) To let the scheduled polling consumer backoff if there has been a number of subsequent idles/errors in a row.BedrockAgentEndpointBuilderFactory.BedrockAgentEndpointConsumerBuilder.backoffMultiplier(String backoffMultiplier) To let the scheduled polling consumer backoff if there has been a number of subsequent idles/errors in a row.BedrockAgentEndpointBuilderFactory.AdvancedBedrockAgentEndpointConsumerBuilder.basic()BedrockAgentEndpointBuilderFactory.BedrockAgentEndpointConsumerBuilder.dataSourceId(String dataSourceId) Define the Data source Id we are going to use.BedrockAgentEndpointBuilderFactory.BedrockAgentEndpointConsumerBuilder.delay(long delay) Milliseconds before the next poll.Milliseconds before the next poll.BedrockAgentEndpointBuilderFactory.BedrockAgentEndpointConsumerBuilder.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.BedrockAgentEndpointBuilderFactory.BedrockAgentEndpointConsumerBuilder.ingestionJobId(String ingestionJobId) Define the Ingestion Job Id we want to track.BedrockAgentEndpointBuilderFactory.BedrockAgentEndpointConsumerBuilder.initialDelay(long initialDelay) Milliseconds before the first poll starts.BedrockAgentEndpointBuilderFactory.BedrockAgentEndpointConsumerBuilder.initialDelay(String initialDelay) Milliseconds before the first poll starts.BedrockAgentEndpointBuilderFactory.BedrockAgentEndpointConsumerBuilder.knowledgeBaseId(String knowledgeBaseId) Define the Knowledge Base Id we are going to use.Define the model Id we are going to use.The operation to perform.BedrockAgentEndpointBuilderFactory.BedrockAgentEndpointConsumerBuilder.operation(org.apache.camel.component.aws2.bedrock.agent.BedrockAgentOperations operation) The operation to perform.BedrockAgentEndpointBuilderFactory.BedrockAgentEndpointConsumerBuilder.overrideEndpoint(boolean overrideEndpoint) Set the need for overriding the endpoint.BedrockAgentEndpointBuilderFactory.BedrockAgentEndpointConsumerBuilder.overrideEndpoint(String overrideEndpoint) Set the need for overriding the endpoint.BedrockAgentEndpointBuilderFactory.BedrockAgentEndpointConsumerBuilder.pojoRequest(boolean pojoRequest) If we want to use a POJO request as body or not.BedrockAgentEndpointBuilderFactory.BedrockAgentEndpointConsumerBuilder.pojoRequest(String pojoRequest) If we want to use a POJO request as body or not.BedrockAgentEndpointBuilderFactory.BedrockAgentEndpointConsumerBuilder.profileCredentialsName(String profileCredentialsName) If using a profile credentials provider, this parameter will set the profile name.To define a proxy host when instantiating the Bedrock Agent client.To define a proxy port when instantiating the Bedrock Agent client.To define a proxy port when instantiating the Bedrock Agent client.BedrockAgentEndpointBuilderFactory.BedrockAgentEndpointConsumerBuilder.proxyProtocol(String proxyProtocol) To define a proxy protocol when instantiating the Bedrock Agent client.BedrockAgentEndpointBuilderFactory.BedrockAgentEndpointConsumerBuilder.proxyProtocol(software.amazon.awssdk.core.Protocol proxyProtocol) To define a proxy protocol when instantiating the Bedrock Agent client.The region in which Bedrock Agent client needs to work.BedrockAgentEndpointBuilderFactory.BedrockAgentEndpointConsumerBuilder.repeatCount(long repeatCount) Specifies a maximum limit of number of fires.BedrockAgentEndpointBuilderFactory.BedrockAgentEndpointConsumerBuilder.repeatCount(String repeatCount) Specifies a maximum limit of number of fires.BedrockAgentEndpointBuilderFactory.BedrockAgentEndpointConsumerBuilder.runLoggingLevel(String runLoggingLevel) The consumer logs a start/complete log line when it polls.BedrockAgentEndpointBuilderFactory.BedrockAgentEndpointConsumerBuilder.runLoggingLevel(org.apache.camel.LoggingLevel runLoggingLevel) The consumer logs a start/complete log line when it polls.BedrockAgentEndpointBuilderFactory.BedrockAgentEndpointConsumerBuilder.scheduledExecutorService(String scheduledExecutorService) Allows for configuring a custom/shared thread pool to use for the consumer.BedrockAgentEndpointBuilderFactory.BedrockAgentEndpointConsumerBuilder.scheduledExecutorService(ScheduledExecutorService scheduledExecutorService) Allows for configuring a custom/shared thread pool to use for the consumer.To use a cron scheduler from either camel-spring or camel-quartz component.To use a cron scheduler from either camel-spring or camel-quartz component.BedrockAgentEndpointBuilderFactory.BedrockAgentEndpointConsumerBuilder.schedulerProperties(String key, Object value) To configure additional properties when using a custom scheduler or any of the Quartz, Spring based scheduler.BedrockAgentEndpointBuilderFactory.BedrockAgentEndpointConsumerBuilder.schedulerProperties(Map values) To configure additional properties when using a custom scheduler or any of the Quartz, Spring based scheduler.Amazon AWS Secret Key.BedrockAgentEndpointBuilderFactory.BedrockAgentEndpointConsumerBuilder.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.BedrockAgentEndpointBuilderFactory.BedrockAgentEndpointConsumerBuilder.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.BedrockAgentEndpointBuilderFactory.BedrockAgentEndpointConsumerBuilder.sessionToken(String sessionToken) Amazon AWS Session Token used when the user needs to assume an IAM role.BedrockAgentEndpointBuilderFactory.BedrockAgentEndpointConsumerBuilder.startScheduler(boolean startScheduler) Whether the scheduler should be auto started.BedrockAgentEndpointBuilderFactory.BedrockAgentEndpointConsumerBuilder.startScheduler(String startScheduler) Whether the scheduler should be auto started.Time unit for initialDelay and delay options.Time unit for initialDelay and delay options.BedrockAgentEndpointBuilderFactory.BedrockAgentEndpointConsumerBuilder.trustAllCertificates(boolean trustAllCertificates) If we want to trust all certificates in case of overriding the endpoint.BedrockAgentEndpointBuilderFactory.BedrockAgentEndpointConsumerBuilder.trustAllCertificates(String trustAllCertificates) If we want to trust all certificates in case of overriding the endpoint.BedrockAgentEndpointBuilderFactory.BedrockAgentEndpointConsumerBuilder.uriEndpointOverride(String uriEndpointOverride) Set the overriding uri endpoint.BedrockAgentEndpointBuilderFactory.BedrockAgentEndpointConsumerBuilder.useDefaultCredentialsProvider(boolean useDefaultCredentialsProvider) Set whether the Bedrock Agent client should expect to load credentials through a default credentials provider or to expect static credentials to be passed in.BedrockAgentEndpointBuilderFactory.BedrockAgentEndpointConsumerBuilder.useDefaultCredentialsProvider(String useDefaultCredentialsProvider) Set whether the Bedrock Agent client should expect to load credentials through a default credentials provider or to expect static credentials to be passed in.BedrockAgentEndpointBuilderFactory.BedrockAgentEndpointConsumerBuilder.useFixedDelay(boolean useFixedDelay) Controls if fixed delay or fixed rate is used.BedrockAgentEndpointBuilderFactory.BedrockAgentEndpointConsumerBuilder.useFixedDelay(String useFixedDelay) Controls if fixed delay or fixed rate is used.BedrockAgentEndpointBuilderFactory.BedrockAgentEndpointConsumerBuilder.useProfileCredentialsProvider(boolean useProfileCredentialsProvider) Set whether the Bedrock Agent client should expect to load credentials through a profile credentials provider.BedrockAgentEndpointBuilderFactory.BedrockAgentEndpointConsumerBuilder.useProfileCredentialsProvider(String useProfileCredentialsProvider) Set whether the Bedrock Agent client should expect to load credentials through a profile credentials provider.BedrockAgentEndpointBuilderFactory.BedrockAgentEndpointConsumerBuilder.useSessionCredentials(boolean useSessionCredentials) Set whether the Bedrock Agent client should expect to use Session Credentials.BedrockAgentEndpointBuilderFactory.BedrockAgentEndpointConsumerBuilder.useSessionCredentials(String useSessionCredentials) Set whether the Bedrock Agent client should expect to use Session Credentials.