Uses of Interface
org.apache.camel.builder.endpoint.dsl.BedrockEndpointBuilderFactory.AdvancedBedrockEndpointBuilder
Packages that use BedrockEndpointBuilderFactory.AdvancedBedrockEndpointBuilder
-
Uses of BedrockEndpointBuilderFactory.AdvancedBedrockEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return BedrockEndpointBuilderFactory.AdvancedBedrockEndpointBuilderModifier and TypeMethodDescriptionBedrockEndpointBuilderFactory.BedrockEndpointBuilder.advanced()BedrockEndpointBuilderFactory.AdvancedBedrockEndpointBuilder.bedrockRuntimeClient(String bedrockRuntimeClient) To use an existing configured AWS Bedrock Runtime client.BedrockEndpointBuilderFactory.AdvancedBedrockEndpointBuilder.bedrockRuntimeClient(software.amazon.awssdk.services.bedrockruntime.BedrockRuntimeClient bedrockRuntimeClient) To use an existing configured AWS Bedrock Runtime client.BedrockEndpointBuilderFactory.AdvancedBedrockEndpointBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).BedrockEndpointBuilderFactory.AdvancedBedrockEndpointBuilder.lazyStartProducer(String lazyStartProducer) Whether the producer should be started lazy (on the first message).