Uses of Interface
org.apache.camel.builder.component.dsl.AwsBedrockAgentRuntimeComponentBuilderFactory.AwsBedrockAgentRuntimeComponentBuilder
Packages that use AwsBedrockAgentRuntimeComponentBuilderFactory.AwsBedrockAgentRuntimeComponentBuilder
-
Uses of AwsBedrockAgentRuntimeComponentBuilderFactory.AwsBedrockAgentRuntimeComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return AwsBedrockAgentRuntimeComponentBuilderFactory.AwsBedrockAgentRuntimeComponentBuilderModifier and TypeMethodDescriptionComponentsBuilderFactory.awsBedrockAgentRuntime()AWS Bedrock Agent Runtime (camel-aws-bedrock) Invoke Model of AWS Bedrock Agent Runtime service. -
Uses of AwsBedrockAgentRuntimeComponentBuilderFactory.AwsBedrockAgentRuntimeComponentBuilder in org.apache.camel.builder.component.dsl
Classes in org.apache.camel.builder.component.dsl that implement AwsBedrockAgentRuntimeComponentBuilderFactory.AwsBedrockAgentRuntimeComponentBuilderModifier and TypeClassDescriptionstatic classMethods in org.apache.camel.builder.component.dsl that return AwsBedrockAgentRuntimeComponentBuilderFactory.AwsBedrockAgentRuntimeComponentBuilderModifier and TypeMethodDescriptionAwsBedrockAgentRuntimeComponentBuilderFactory.AwsBedrockAgentRuntimeComponentBuilder.accessKey(String accessKey) Amazon AWS Access Key.AwsBedrockAgentRuntimeComponentBuilderFactory.AwsBedrockAgentRuntimeComponentBuilder.autowiredEnabled(boolean autowiredEnabled) Whether autowiring is enabled.AwsBedrockAgentRuntimeComponentBuilderFactory.awsBedrockAgentRuntime()AWS Bedrock Agent Runtime (camel-aws-bedrock) Invoke Model of AWS Bedrock Agent Runtime service.AwsBedrockAgentRuntimeComponentBuilderFactory.AwsBedrockAgentRuntimeComponentBuilder.bedrockAgentRuntimeClient(software.amazon.awssdk.services.bedrockagentruntime.BedrockAgentRuntimeClient bedrockAgentRuntimeClient) To use an existing configured AWS Bedrock Agent Runtime client.AwsBedrockAgentRuntimeComponentBuilderFactory.AwsBedrockAgentRuntimeComponentBuilder.configuration(org.apache.camel.component.aws2.bedrock.agentruntime.BedrockAgentRuntimeConfiguration configuration) Component configuration.AwsBedrockAgentRuntimeComponentBuilderFactory.AwsBedrockAgentRuntimeComponentBuilder.healthCheckConsumerEnabled(boolean healthCheckConsumerEnabled) Used for enabling or disabling all consumer based health checks from this component.AwsBedrockAgentRuntimeComponentBuilderFactory.AwsBedrockAgentRuntimeComponentBuilder.healthCheckProducerEnabled(boolean healthCheckProducerEnabled) Used for enabling or disabling all producer based health checks from this component.AwsBedrockAgentRuntimeComponentBuilderFactory.AwsBedrockAgentRuntimeComponentBuilder.knowledgeBaseId(String knowledgeBaseId) Define the Knowledge Base Id we are going to use.AwsBedrockAgentRuntimeComponentBuilderFactory.AwsBedrockAgentRuntimeComponentBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).AwsBedrockAgentRuntimeComponentBuilderFactory.AwsBedrockAgentRuntimeComponentBuilder.modelId(String modelId) Define the model Id we are going to use.AwsBedrockAgentRuntimeComponentBuilderFactory.AwsBedrockAgentRuntimeComponentBuilder.operation(org.apache.camel.component.aws2.bedrock.agentruntime.BedrockAgentRuntimeOperations operation) The operation to perform.AwsBedrockAgentRuntimeComponentBuilderFactory.AwsBedrockAgentRuntimeComponentBuilder.overrideEndpoint(boolean overrideEndpoint) Set the need for overriding the endpoint.AwsBedrockAgentRuntimeComponentBuilderFactory.AwsBedrockAgentRuntimeComponentBuilder.pojoRequest(boolean pojoRequest) If we want to use a POJO request as body or not.AwsBedrockAgentRuntimeComponentBuilderFactory.AwsBedrockAgentRuntimeComponentBuilder.profileCredentialsName(String profileCredentialsName) If using a profile credentials provider, this parameter will set the profile name.AwsBedrockAgentRuntimeComponentBuilderFactory.AwsBedrockAgentRuntimeComponentBuilder.proxyHost(String proxyHost) To define a proxy host when instantiating the Bedrock Agent Runtime client.AwsBedrockAgentRuntimeComponentBuilderFactory.AwsBedrockAgentRuntimeComponentBuilder.proxyPort(Integer proxyPort) To define a proxy port when instantiating the Bedrock Agent Runtime client.AwsBedrockAgentRuntimeComponentBuilderFactory.AwsBedrockAgentRuntimeComponentBuilder.proxyProtocol(software.amazon.awssdk.core.Protocol proxyProtocol) To define a proxy protocol when instantiating the Bedrock Agent Runtime client.AwsBedrockAgentRuntimeComponentBuilderFactory.AwsBedrockAgentRuntimeComponentBuilder.region(String region) The region in which Bedrock Agent Runtime client needs to work.AwsBedrockAgentRuntimeComponentBuilderFactory.AwsBedrockAgentRuntimeComponentBuilder.secretKey(String secretKey) Amazon AWS Secret Key.AwsBedrockAgentRuntimeComponentBuilderFactory.AwsBedrockAgentRuntimeComponentBuilder.sessionToken(String sessionToken) Amazon AWS Session Token used when the user needs to assume an IAM role.AwsBedrockAgentRuntimeComponentBuilderFactory.AwsBedrockAgentRuntimeComponentBuilder.trustAllCertificates(boolean trustAllCertificates) If we want to trust all certificates in case of overriding the endpoint.AwsBedrockAgentRuntimeComponentBuilderFactory.AwsBedrockAgentRuntimeComponentBuilder.uriEndpointOverride(String uriEndpointOverride) Set the overriding uri endpoint.AwsBedrockAgentRuntimeComponentBuilderFactory.AwsBedrockAgentRuntimeComponentBuilder.useDefaultCredentialsProvider(boolean useDefaultCredentialsProvider) Set whether the Bedrock Agent Runtime client should expect to load credentials through a default credentials provider or to expect static credentials to be passed in.AwsBedrockAgentRuntimeComponentBuilderFactory.AwsBedrockAgentRuntimeComponentBuilder.useProfileCredentialsProvider(boolean useProfileCredentialsProvider) Set whether the Bedrock Agent Runtime client should expect to load credentials through a profile credentials provider.AwsBedrockAgentRuntimeComponentBuilderFactory.AwsBedrockAgentRuntimeComponentBuilder.useSessionCredentials(boolean useSessionCredentials) Set whether the Bedrock Agent Runtime client should expect to use Session Credentials.