Uses of Interface
org.apache.camel.builder.component.dsl.AwsBedrockComponentBuilderFactory.AwsBedrockComponentBuilder
Packages that use AwsBedrockComponentBuilderFactory.AwsBedrockComponentBuilder
-
Uses of AwsBedrockComponentBuilderFactory.AwsBedrockComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return AwsBedrockComponentBuilderFactory.AwsBedrockComponentBuilderModifier and TypeMethodDescriptionComponentsBuilderFactory.awsBedrock()AWS Bedrock (camel-aws-bedrock) Invoke Model of AWS Bedrock service. -
Uses of AwsBedrockComponentBuilderFactory.AwsBedrockComponentBuilder in org.apache.camel.builder.component.dsl
Classes in org.apache.camel.builder.component.dsl that implement AwsBedrockComponentBuilderFactory.AwsBedrockComponentBuilderModifier and TypeClassDescriptionstatic classMethods in org.apache.camel.builder.component.dsl that return AwsBedrockComponentBuilderFactory.AwsBedrockComponentBuilderModifier and TypeMethodDescriptionAmazon AWS Access Key.AwsBedrockComponentBuilderFactory.AwsBedrockComponentBuilder.autowiredEnabled(boolean autowiredEnabled) Whether autowiring is enabled.AwsBedrockComponentBuilderFactory.awsBedrock()AWS Bedrock (camel-aws-bedrock) Invoke Model of AWS Bedrock service.AwsBedrockComponentBuilderFactory.AwsBedrockComponentBuilder.bedrockRuntimeClient(software.amazon.awssdk.services.bedrockruntime.BedrockRuntimeClient bedrockRuntimeClient) To use an existing configured AWS Bedrock Runtime client.AwsBedrockComponentBuilderFactory.AwsBedrockComponentBuilder.configuration(org.apache.camel.component.aws2.bedrock.runtime.BedrockConfiguration configuration) Component configuration.AwsBedrockComponentBuilderFactory.AwsBedrockComponentBuilder.healthCheckConsumerEnabled(boolean healthCheckConsumerEnabled) Used for enabling or disabling all consumer based health checks from this component.AwsBedrockComponentBuilderFactory.AwsBedrockComponentBuilder.healthCheckProducerEnabled(boolean healthCheckProducerEnabled) Used for enabling or disabling all producer based health checks from this component.AwsBedrockComponentBuilderFactory.AwsBedrockComponentBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).Define the model Id we are going to use.AwsBedrockComponentBuilderFactory.AwsBedrockComponentBuilder.operation(org.apache.camel.component.aws2.bedrock.runtime.BedrockOperations operation) The operation to perform.AwsBedrockComponentBuilderFactory.AwsBedrockComponentBuilder.overrideEndpoint(boolean overrideEndpoint) Set the need for overriding the endpoint.AwsBedrockComponentBuilderFactory.AwsBedrockComponentBuilder.pojoRequest(boolean pojoRequest) If we want to use a POJO request as body or not.AwsBedrockComponentBuilderFactory.AwsBedrockComponentBuilder.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 client.To define a proxy port when instantiating the Bedrock client.AwsBedrockComponentBuilderFactory.AwsBedrockComponentBuilder.proxyProtocol(software.amazon.awssdk.core.Protocol proxyProtocol) To define a proxy protocol when instantiating the Bedrock client.The region in which Bedrock client needs to work.Amazon AWS Secret Key.AwsBedrockComponentBuilderFactory.AwsBedrockComponentBuilder.sessionToken(String sessionToken) Amazon AWS Session Token used when the user needs to assume an IAM role.AwsBedrockComponentBuilderFactory.AwsBedrockComponentBuilder.trustAllCertificates(boolean trustAllCertificates) If we want to trust all certificates in case of overriding the endpoint.AwsBedrockComponentBuilderFactory.AwsBedrockComponentBuilder.uriEndpointOverride(String uriEndpointOverride) Set the overriding uri endpoint.AwsBedrockComponentBuilderFactory.AwsBedrockComponentBuilder.useDefaultCredentialsProvider(boolean useDefaultCredentialsProvider) Set whether the Bedrock client should expect to load credentials through a default credentials provider or to expect static credentials to be passed in.AwsBedrockComponentBuilderFactory.AwsBedrockComponentBuilder.useProfileCredentialsProvider(boolean useProfileCredentialsProvider) Set whether the Bedrock client should expect to load credentials through a profile credentials provider.AwsBedrockComponentBuilderFactory.AwsBedrockComponentBuilder.useSessionCredentials(boolean useSessionCredentials) Set whether the Bedrock client should expect to use Session Credentials.