Uses of Interface
org.apache.camel.builder.endpoint.dsl.BedrockEndpointBuilderFactory.BedrockEndpointBuilder
Packages that use BedrockEndpointBuilderFactory.BedrockEndpointBuilder
-
Uses of BedrockEndpointBuilderFactory.BedrockEndpointBuilder in org.apache.camel.builder.endpoint
Methods in org.apache.camel.builder.endpoint that return BedrockEndpointBuilderFactory.BedrockEndpointBuilderModifier and TypeMethodDescriptionStaticEndpointBuilders.awsBedrock(String path) AWS Bedrock (camel-aws-bedrock) Invoke Model of AWS Bedrock service.StaticEndpointBuilders.awsBedrock(String componentName, String path) AWS Bedrock (camel-aws-bedrock) Invoke Model of AWS Bedrock service. -
Uses of BedrockEndpointBuilderFactory.BedrockEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return BedrockEndpointBuilderFactory.BedrockEndpointBuilderModifier and TypeMethodDescriptionAmazon AWS Access Key.BedrockEndpointBuilderFactory.BedrockBuilders.awsBedrock(String path) AWS Bedrock (camel-aws-bedrock) Invoke Model of AWS Bedrock service.BedrockEndpointBuilderFactory.BedrockBuilders.awsBedrock(String componentName, String path) AWS Bedrock (camel-aws-bedrock) Invoke Model of AWS Bedrock service.BedrockEndpointBuilderFactory.AdvancedBedrockEndpointBuilder.basic()BedrockEndpointBuilderFactory.endpointBuilder(String componentName, String path) Define the model Id we are going to use.The operation to perform.BedrockEndpointBuilderFactory.BedrockEndpointBuilder.operation(org.apache.camel.component.aws2.bedrock.runtime.BedrockOperations operation) The operation to perform.BedrockEndpointBuilderFactory.BedrockEndpointBuilder.overrideEndpoint(boolean overrideEndpoint) Set the need for overriding the endpoint.BedrockEndpointBuilderFactory.BedrockEndpointBuilder.overrideEndpoint(String overrideEndpoint) Set the need for overriding the endpoint.BedrockEndpointBuilderFactory.BedrockEndpointBuilder.pojoRequest(boolean pojoRequest) If we want to use a POJO request as body or not.BedrockEndpointBuilderFactory.BedrockEndpointBuilder.pojoRequest(String pojoRequest) If we want to use a POJO request as body or not.BedrockEndpointBuilderFactory.BedrockEndpointBuilder.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.To define a proxy port when instantiating the Bedrock client.BedrockEndpointBuilderFactory.BedrockEndpointBuilder.proxyProtocol(String proxyProtocol) To define a proxy protocol when instantiating the Bedrock client.BedrockEndpointBuilderFactory.BedrockEndpointBuilder.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.BedrockEndpointBuilderFactory.BedrockEndpointBuilder.sessionToken(String sessionToken) Amazon AWS Session Token used when the user needs to assume an IAM role.BedrockEndpointBuilderFactory.BedrockEndpointBuilder.trustAllCertificates(boolean trustAllCertificates) If we want to trust all certificates in case of overriding the endpoint.BedrockEndpointBuilderFactory.BedrockEndpointBuilder.trustAllCertificates(String trustAllCertificates) If we want to trust all certificates in case of overriding the endpoint.BedrockEndpointBuilderFactory.BedrockEndpointBuilder.uriEndpointOverride(String uriEndpointOverride) Set the overriding uri endpoint.BedrockEndpointBuilderFactory.BedrockEndpointBuilder.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.BedrockEndpointBuilderFactory.BedrockEndpointBuilder.useDefaultCredentialsProvider(String 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.BedrockEndpointBuilderFactory.BedrockEndpointBuilder.useProfileCredentialsProvider(boolean useProfileCredentialsProvider) Set whether the Bedrock client should expect to load credentials through a profile credentials provider.BedrockEndpointBuilderFactory.BedrockEndpointBuilder.useProfileCredentialsProvider(String useProfileCredentialsProvider) Set whether the Bedrock client should expect to load credentials through a profile credentials provider.BedrockEndpointBuilderFactory.BedrockEndpointBuilder.useSessionCredentials(boolean useSessionCredentials) Set whether the Bedrock client should expect to use Session Credentials.BedrockEndpointBuilderFactory.BedrockEndpointBuilder.useSessionCredentials(String useSessionCredentials) Set whether the Bedrock client should expect to use Session Credentials.