Uses of Interface
org.apache.camel.builder.component.dsl.Aws2TimestreamComponentBuilderFactory.Aws2TimestreamComponentBuilder
Packages that use Aws2TimestreamComponentBuilderFactory.Aws2TimestreamComponentBuilder
-
Uses of Aws2TimestreamComponentBuilderFactory.Aws2TimestreamComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return Aws2TimestreamComponentBuilderFactory.Aws2TimestreamComponentBuilderModifier and TypeMethodDescriptionComponentsBuilderFactory.aws2Timestream()AWS Timestream (camel-aws2-timestream) Write records and execute queries on AWS time-series database Category: cloud,database Since: 4.1 Maven coordinates: org.apache.camel:camel-aws2-timestream -
Uses of Aws2TimestreamComponentBuilderFactory.Aws2TimestreamComponentBuilder in org.apache.camel.builder.component.dsl
Classes in org.apache.camel.builder.component.dsl that implement Aws2TimestreamComponentBuilderFactory.Aws2TimestreamComponentBuilderModifier and TypeClassDescriptionstatic classMethods in org.apache.camel.builder.component.dsl that return Aws2TimestreamComponentBuilderFactory.Aws2TimestreamComponentBuilderModifier and TypeMethodDescriptionAmazon AWS Access Key.Aws2TimestreamComponentBuilderFactory.Aws2TimestreamComponentBuilder.autowiredEnabled(boolean autowiredEnabled) Whether autowiring is enabled.Aws2TimestreamComponentBuilderFactory.aws2Timestream()AWS Timestream (camel-aws2-timestream) Write records and execute queries on AWS time-series database Category: cloud,database Since: 4.1 Maven coordinates: org.apache.camel:camel-aws2-timestreamAws2TimestreamComponentBuilderFactory.Aws2TimestreamComponentBuilder.awsTimestreamQueryClient(software.amazon.awssdk.services.timestreamquery.TimestreamQueryClient awsTimestreamQueryClient) To use an existing configured AwsTimestreamQueryClient client.Aws2TimestreamComponentBuilderFactory.Aws2TimestreamComponentBuilder.awsTimestreamWriteClient(software.amazon.awssdk.services.timestreamwrite.TimestreamWriteClient awsTimestreamWriteClient) To use an existing configured AwsTimestreamWriteClient client.Aws2TimestreamComponentBuilderFactory.Aws2TimestreamComponentBuilder.configuration(org.apache.camel.component.aws2.timestream.Timestream2Configuration configuration) Component configuration.Aws2TimestreamComponentBuilderFactory.Aws2TimestreamComponentBuilder.healthCheckConsumerEnabled(boolean healthCheckConsumerEnabled) Used for enabling or disabling all consumer based health checks from this component.Aws2TimestreamComponentBuilderFactory.Aws2TimestreamComponentBuilder.healthCheckProducerEnabled(boolean healthCheckProducerEnabled) Used for enabling or disabling all producer based health checks from this component.Aws2TimestreamComponentBuilderFactory.Aws2TimestreamComponentBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).Aws2TimestreamComponentBuilderFactory.Aws2TimestreamComponentBuilder.operation(org.apache.camel.component.aws2.timestream.Timestream2Operations operation) The operation to perform.Aws2TimestreamComponentBuilderFactory.Aws2TimestreamComponentBuilder.overrideEndpoint(boolean overrideEndpoint) Set the need for overriding the endpoint.Aws2TimestreamComponentBuilderFactory.Aws2TimestreamComponentBuilder.pojoRequest(boolean pojoRequest) If we want to use a POJO request as body or not.Aws2TimestreamComponentBuilderFactory.Aws2TimestreamComponentBuilder.profileCredentialsName(String profileCredentialsName) If using a profile credentials provider, this parameter will set the profile name.To define a proxy host when instantiating the Timestream client.To define a proxy port when instantiating the Timestream client.Aws2TimestreamComponentBuilderFactory.Aws2TimestreamComponentBuilder.proxyProtocol(software.amazon.awssdk.core.Protocol proxyProtocol) To define a proxy protocol when instantiating the Timestream client.The region in which the Timestream client needs to work.Amazon AWS Secret Key.Aws2TimestreamComponentBuilderFactory.Aws2TimestreamComponentBuilder.trustAllCertificates(boolean trustAllCertificates) If we want to trust all certificates in case of overriding the endpoint.Aws2TimestreamComponentBuilderFactory.Aws2TimestreamComponentBuilder.uriEndpointOverride(String uriEndpointOverride) Set the overriding uri endpoint.Aws2TimestreamComponentBuilderFactory.Aws2TimestreamComponentBuilder.useDefaultCredentialsProvider(boolean useDefaultCredentialsProvider) Set whether the Timestream client should expect to load credentials through a default credentials provider or to expect static credentials to be passed in.Aws2TimestreamComponentBuilderFactory.Aws2TimestreamComponentBuilder.useProfileCredentialsProvider(boolean useProfileCredentialsProvider) Set whether the Timestream client should expect to load credentials through a profile credentials provider.