Interface BedrockAgentEndpointBuilderFactory.BedrockAgentBuilders
- All Known Subinterfaces:
EndpointBuilderFactory
- All Known Implementing Classes:
EndpointRouteBuilder,EndpointRouteConfigurationBuilder
- Enclosing interface:
BedrockAgentEndpointBuilderFactory
public static interface BedrockAgentEndpointBuilderFactory.BedrockAgentBuilders
-
Method Summary
Modifier and TypeMethodDescriptionAWS Bedrock Agent (camel-aws-bedrock) Operate on AWS Bedrock through its Agent.awsBedrockAgent(String path) AWS Bedrock Agent (camel-aws-bedrock) Operate on AWS Bedrock through its Agent.awsBedrockAgent(String componentName, String path) AWS Bedrock Agent (camel-aws-bedrock) Operate on AWS Bedrock through its Agent.
-
Method Details
-
awsBedrockAgent
AWS Bedrock Agent (camel-aws-bedrock) Operate on AWS Bedrock through its Agent. Category: ai,cloud Since: 4.5 Maven coordinates: org.apache.camel:camel-aws-bedrock- Returns:
- the dsl builder for the headers' name.
-
awsBedrockAgent
AWS Bedrock Agent (camel-aws-bedrock) Operate on AWS Bedrock through its Agent. Category: ai,cloud Since: 4.5 Maven coordinates: org.apache.camel:camel-aws-bedrock Syntax:aws-bedrock-agent:labelPath parameter: label (required) Logical name- Parameters:
path- label- Returns:
- the dsl builder
-
awsBedrockAgent
default BedrockAgentEndpointBuilderFactory.BedrockAgentEndpointBuilder awsBedrockAgent(String componentName, String path) AWS Bedrock Agent (camel-aws-bedrock) Operate on AWS Bedrock through its Agent. Category: ai,cloud Since: 4.5 Maven coordinates: org.apache.camel:camel-aws-bedrock Syntax:aws-bedrock-agent:labelPath parameter: label (required) Logical name- Parameters:
componentName- to use a custom component name for the endpoint instead of the default namepath- label- Returns:
- the dsl builder
-