Class AwsBedrockComponentBuilderFactory.AwsBedrockComponentBuilderImpl
java.lang.Object
org.apache.camel.builder.component.AbstractComponentBuilder<org.apache.camel.component.aws2.bedrock.runtime.BedrockComponent>
org.apache.camel.builder.component.dsl.AwsBedrockComponentBuilderFactory.AwsBedrockComponentBuilderImpl
- All Implemented Interfaces:
ComponentBuilder<org.apache.camel.component.aws2.bedrock.runtime.BedrockComponent>
,AwsBedrockComponentBuilderFactory.AwsBedrockComponentBuilder
- Enclosing interface:
AwsBedrockComponentBuilderFactory
public static class AwsBedrockComponentBuilderFactory.AwsBedrockComponentBuilderImpl
extends AbstractComponentBuilder<org.apache.camel.component.aws2.bedrock.runtime.BedrockComponent>
implements AwsBedrockComponentBuilderFactory.AwsBedrockComponentBuilder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.apache.camel.component.aws2.bedrock.runtime.BedrockComponent
protected boolean
setPropertyOnComponent
(org.apache.camel.Component component, String name, Object value) Methods inherited from class org.apache.camel.builder.component.AbstractComponentBuilder
build, build, doSetProperty, register
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.camel.builder.component.dsl.AwsBedrockComponentBuilderFactory.AwsBedrockComponentBuilder
accessKey, autowiredEnabled, bedrockRuntimeClient, configuration, healthCheckConsumerEnabled, healthCheckProducerEnabled, lazyStartProducer, modelId, operation, overrideEndpoint, pojoRequest, profileCredentialsName, proxyHost, proxyPort, proxyProtocol, region, secretKey, sessionToken, trustAllCertificates, uriEndpointOverride, useDefaultCredentialsProvider, useProfileCredentialsProvider, useSessionCredentials
Methods inherited from interface org.apache.camel.builder.component.ComponentBuilder
build, build, doSetProperty, register
-
Constructor Details
-
AwsBedrockComponentBuilderImpl
public AwsBedrockComponentBuilderImpl()
-
-
Method Details
-
buildConcreteComponent
protected org.apache.camel.component.aws2.bedrock.runtime.BedrockComponent buildConcreteComponent()- Specified by:
buildConcreteComponent
in classAbstractComponentBuilder<org.apache.camel.component.aws2.bedrock.runtime.BedrockComponent>
-
setPropertyOnComponent
protected boolean setPropertyOnComponent(org.apache.camel.Component component, String name, Object value) - Specified by:
setPropertyOnComponent
in classAbstractComponentBuilder<org.apache.camel.component.aws2.bedrock.runtime.BedrockComponent>
-