Uses of Interface
org.apache.camel.builder.component.dsl.AwsBedrockAgentComponentBuilderFactory.AwsBedrockAgentComponentBuilder
Packages that use AwsBedrockAgentComponentBuilderFactory.AwsBedrockAgentComponentBuilder
-
Uses of AwsBedrockAgentComponentBuilderFactory.AwsBedrockAgentComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return AwsBedrockAgentComponentBuilderFactory.AwsBedrockAgentComponentBuilderModifier and TypeMethodDescriptionComponentsBuilderFactory.awsBedrockAgent()AWS Bedrock Agent (camel-aws-bedrock) Operate on AWS Bedrock through its Agent. -
Uses of AwsBedrockAgentComponentBuilderFactory.AwsBedrockAgentComponentBuilder in org.apache.camel.builder.component.dsl
Classes in org.apache.camel.builder.component.dsl that implement AwsBedrockAgentComponentBuilderFactory.AwsBedrockAgentComponentBuilderModifier and TypeClassDescriptionstatic classMethods in org.apache.camel.builder.component.dsl that return AwsBedrockAgentComponentBuilderFactory.AwsBedrockAgentComponentBuilderModifier and TypeMethodDescriptionAmazon AWS Access Key.AwsBedrockAgentComponentBuilderFactory.AwsBedrockAgentComponentBuilder.autowiredEnabled(boolean autowiredEnabled) Whether autowiring is enabled.AwsBedrockAgentComponentBuilderFactory.awsBedrockAgent()AWS Bedrock Agent (camel-aws-bedrock) Operate on AWS Bedrock through its Agent.AwsBedrockAgentComponentBuilderFactory.AwsBedrockAgentComponentBuilder.bedrockAgentClient(software.amazon.awssdk.services.bedrockagent.BedrockAgentClient bedrockAgentClient) To use an existing configured AWS Bedrock Agent client.AwsBedrockAgentComponentBuilderFactory.AwsBedrockAgentComponentBuilder.bridgeErrorHandler(boolean bridgeErrorHandler) Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions (if possible) occurred while the Camel consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler.AwsBedrockAgentComponentBuilderFactory.AwsBedrockAgentComponentBuilder.configuration(org.apache.camel.component.aws2.bedrock.agent.BedrockAgentConfiguration configuration) Component configuration.AwsBedrockAgentComponentBuilderFactory.AwsBedrockAgentComponentBuilder.dataSourceId(String dataSourceId) Define the Data source Id we are going to use.AwsBedrockAgentComponentBuilderFactory.AwsBedrockAgentComponentBuilder.healthCheckConsumerEnabled(boolean healthCheckConsumerEnabled) Used for enabling or disabling all consumer based health checks from this component.AwsBedrockAgentComponentBuilderFactory.AwsBedrockAgentComponentBuilder.healthCheckProducerEnabled(boolean healthCheckProducerEnabled) Used for enabling or disabling all producer based health checks from this component.AwsBedrockAgentComponentBuilderFactory.AwsBedrockAgentComponentBuilder.ingestionJobId(String ingestionJobId) Define the Ingestion Job Id we want to track.AwsBedrockAgentComponentBuilderFactory.AwsBedrockAgentComponentBuilder.knowledgeBaseId(String knowledgeBaseId) Define the Knowledge Base Id we are going to use.AwsBedrockAgentComponentBuilderFactory.AwsBedrockAgentComponentBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).Define the model Id we are going to use.AwsBedrockAgentComponentBuilderFactory.AwsBedrockAgentComponentBuilder.operation(org.apache.camel.component.aws2.bedrock.agent.BedrockAgentOperations operation) The operation to perform.AwsBedrockAgentComponentBuilderFactory.AwsBedrockAgentComponentBuilder.overrideEndpoint(boolean overrideEndpoint) Set the need for overriding the endpoint.AwsBedrockAgentComponentBuilderFactory.AwsBedrockAgentComponentBuilder.pojoRequest(boolean pojoRequest) If we want to use a POJO request as body or not.AwsBedrockAgentComponentBuilderFactory.AwsBedrockAgentComponentBuilder.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.AwsBedrockAgentComponentBuilderFactory.AwsBedrockAgentComponentBuilder.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.Amazon AWS Secret Key.AwsBedrockAgentComponentBuilderFactory.AwsBedrockAgentComponentBuilder.sessionToken(String sessionToken) Amazon AWS Session Token used when the user needs to assume an IAM role.AwsBedrockAgentComponentBuilderFactory.AwsBedrockAgentComponentBuilder.trustAllCertificates(boolean trustAllCertificates) If we want to trust all certificates in case of overriding the endpoint.AwsBedrockAgentComponentBuilderFactory.AwsBedrockAgentComponentBuilder.uriEndpointOverride(String uriEndpointOverride) Set the overriding uri endpoint.AwsBedrockAgentComponentBuilderFactory.AwsBedrockAgentComponentBuilder.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.AwsBedrockAgentComponentBuilderFactory.AwsBedrockAgentComponentBuilder.useProfileCredentialsProvider(boolean useProfileCredentialsProvider) Set whether the Bedrock Agent client should expect to load credentials through a profile credentials provider.AwsBedrockAgentComponentBuilderFactory.AwsBedrockAgentComponentBuilder.useSessionCredentials(boolean useSessionCredentials) Set whether the Bedrock Agent client should expect to use Session Credentials.