Uses of Interface
org.apache.camel.builder.endpoint.dsl.BedrockAgentRuntimeEndpointBuilderFactory.AdvancedBedrockAgentRuntimeEndpointBuilder
Packages that use BedrockAgentRuntimeEndpointBuilderFactory.AdvancedBedrockAgentRuntimeEndpointBuilder
-
Uses of BedrockAgentRuntimeEndpointBuilderFactory.AdvancedBedrockAgentRuntimeEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return BedrockAgentRuntimeEndpointBuilderFactory.AdvancedBedrockAgentRuntimeEndpointBuilderModifier and TypeMethodDescriptionBedrockAgentRuntimeEndpointBuilderFactory.BedrockAgentRuntimeEndpointBuilder.advanced()BedrockAgentRuntimeEndpointBuilderFactory.AdvancedBedrockAgentRuntimeEndpointBuilder.bedrockAgentRuntimeClient(String bedrockAgentRuntimeClient) To use an existing configured AWS Bedrock Agent Runtime client.BedrockAgentRuntimeEndpointBuilderFactory.AdvancedBedrockAgentRuntimeEndpointBuilder.bedrockAgentRuntimeClient(software.amazon.awssdk.services.bedrockagentruntime.BedrockAgentRuntimeClient bedrockAgentRuntimeClient) To use an existing configured AWS Bedrock Agent Runtime client.BedrockAgentRuntimeEndpointBuilderFactory.AdvancedBedrockAgentRuntimeEndpointBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).BedrockAgentRuntimeEndpointBuilderFactory.AdvancedBedrockAgentRuntimeEndpointBuilder.lazyStartProducer(String lazyStartProducer) Whether the producer should be started lazy (on the first message).