Uses of Interface
org.apache.camel.builder.endpoint.dsl.Timestream2EndpointBuilderFactory.Timestream2EndpointBuilder
Packages that use Timestream2EndpointBuilderFactory.Timestream2EndpointBuilder
-
Uses of Timestream2EndpointBuilderFactory.Timestream2EndpointBuilder in org.apache.camel.builder.endpoint
Methods in org.apache.camel.builder.endpoint that return Timestream2EndpointBuilderFactory.Timestream2EndpointBuilderModifier and TypeMethodDescriptionStaticEndpointBuilders.aws2Timestream(String path) 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 Syntax:aws2-timestream:clientType:labelPath parameter: clientType (required) Type of client - write/query There are 2 enums and the value can be one of: write, query Path parameter: label (required) Logical nameStaticEndpointBuilders.aws2Timestream(String componentName, String path) 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 Syntax:aws2-timestream:clientType:labelPath parameter: clientType (required) Type of client - write/query There are 2 enums and the value can be one of: write, query Path parameter: label (required) Logical name -
Uses of Timestream2EndpointBuilderFactory.Timestream2EndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return Timestream2EndpointBuilderFactory.Timestream2EndpointBuilderModifier and TypeMethodDescriptionAmazon AWS Access Key.Timestream2EndpointBuilderFactory.Timestream2Builders.aws2Timestream(String path) 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 Syntax:aws2-timestream:clientType:labelPath parameter: clientType (required) Type of client - write/query There are 2 enums and the value can be one of: write, query Path parameter: label (required) Logical nameTimestream2EndpointBuilderFactory.Timestream2Builders.aws2Timestream(String componentName, String path) 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 Syntax:aws2-timestream:clientType:labelPath parameter: clientType (required) Type of client - write/query There are 2 enums and the value can be one of: write, query Path parameter: label (required) Logical nameTimestream2EndpointBuilderFactory.AdvancedTimestream2EndpointBuilder.basic()Timestream2EndpointBuilderFactory.endpointBuilder(String componentName, String path) The operation to perform.Timestream2EndpointBuilderFactory.Timestream2EndpointBuilder.operation(org.apache.camel.component.aws2.timestream.Timestream2Operations operation) The operation to perform.Timestream2EndpointBuilderFactory.Timestream2EndpointBuilder.overrideEndpoint(boolean overrideEndpoint) Set the need for overidding the endpoint.Timestream2EndpointBuilderFactory.Timestream2EndpointBuilder.overrideEndpoint(String overrideEndpoint) Set the need for overidding the endpoint.Timestream2EndpointBuilderFactory.Timestream2EndpointBuilder.pojoRequest(boolean pojoRequest) If we want to use a POJO request as body or not.Timestream2EndpointBuilderFactory.Timestream2EndpointBuilder.pojoRequest(String pojoRequest) If we want to use a POJO request as body or not.Timestream2EndpointBuilderFactory.Timestream2EndpointBuilder.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.To define a proxy port when instantiating the Timestream client.Timestream2EndpointBuilderFactory.Timestream2EndpointBuilder.proxyProtocol(String proxyProtocol) To define a proxy protocol when instantiating the Timestream client.Timestream2EndpointBuilderFactory.Timestream2EndpointBuilder.proxyProtocol(software.amazon.awssdk.core.Protocol proxyProtocol) To define a proxy protocol when instantiating the Timestream client.The region in which Timestream client needs to work.Amazon AWS Secret Key.Timestream2EndpointBuilderFactory.Timestream2EndpointBuilder.trustAllCertificates(boolean trustAllCertificates) If we want to trust all certificates in case of overriding the endpoint.Timestream2EndpointBuilderFactory.Timestream2EndpointBuilder.trustAllCertificates(String trustAllCertificates) If we want to trust all certificates in case of overriding the endpoint.Timestream2EndpointBuilderFactory.Timestream2EndpointBuilder.uriEndpointOverride(String uriEndpointOverride) Set the overriding uri endpoint.Timestream2EndpointBuilderFactory.Timestream2EndpointBuilder.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.Timestream2EndpointBuilderFactory.Timestream2EndpointBuilder.useDefaultCredentialsProvider(String 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.Timestream2EndpointBuilderFactory.Timestream2EndpointBuilder.useProfileCredentialsProvider(boolean useProfileCredentialsProvider) Set whether the Timestream client should expect to load credentials through a profile credentials provider.Timestream2EndpointBuilderFactory.Timestream2EndpointBuilder.useProfileCredentialsProvider(String useProfileCredentialsProvider) Set whether the Timestream client should expect to load credentials through a profile credentials provider.