Uses of Interface
org.apache.camel.builder.endpoint.dsl.Kinesis2EndpointBuilderFactory.Kinesis2EndpointBuilder
Packages that use Kinesis2EndpointBuilderFactory.Kinesis2EndpointBuilder
-
Uses of Kinesis2EndpointBuilderFactory.Kinesis2EndpointBuilder in org.apache.camel.builder.endpoint
Methods in org.apache.camel.builder.endpoint that return Kinesis2EndpointBuilderFactory.Kinesis2EndpointBuilderModifier and TypeMethodDescriptionStaticEndpointBuilders.aws2Kinesis(String path) AWS Kinesis (camel-aws2-kinesis) Consume and produce records from and to AWS Kinesis Streams.StaticEndpointBuilders.aws2Kinesis(String componentName, String path) AWS Kinesis (camel-aws2-kinesis) Consume and produce records from and to AWS Kinesis Streams. -
Uses of Kinesis2EndpointBuilderFactory.Kinesis2EndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return Kinesis2EndpointBuilderFactory.Kinesis2EndpointBuilderModifier and TypeMethodDescriptionAmazon AWS Access Key.Kinesis2EndpointBuilderFactory.Kinesis2Builders.aws2Kinesis(String path) AWS Kinesis (camel-aws2-kinesis) Consume and produce records from and to AWS Kinesis Streams.Kinesis2EndpointBuilderFactory.Kinesis2Builders.aws2Kinesis(String componentName, String path) AWS Kinesis (camel-aws2-kinesis) Consume and produce records from and to AWS Kinesis Streams.Kinesis2EndpointBuilderFactory.AdvancedKinesis2EndpointBuilder.basic()Kinesis2EndpointBuilderFactory.Kinesis2EndpointBuilder.cborEnabled(boolean cborEnabled) This option will set the CBOR_ENABLED property during the execution.Kinesis2EndpointBuilderFactory.Kinesis2EndpointBuilder.cborEnabled(String cborEnabled) This option will set the CBOR_ENABLED property during the execution.Kinesis2EndpointBuilderFactory.endpointBuilder(String componentName, String path) Kinesis2EndpointBuilderFactory.Kinesis2EndpointBuilder.overrideEndpoint(boolean overrideEndpoint) Set the need for overidding the endpoint.Kinesis2EndpointBuilderFactory.Kinesis2EndpointBuilder.overrideEndpoint(String overrideEndpoint) Set the need for overidding the endpoint.Kinesis2EndpointBuilderFactory.Kinesis2EndpointBuilder.profileCredentialsName(String profileCredentialsName) If using a profile credentials provider this parameter will set the profile name.To define a proxy host when instantiating the Kinesis client.To define a proxy port when instantiating the Kinesis client.To define a proxy port when instantiating the Kinesis client.Kinesis2EndpointBuilderFactory.Kinesis2EndpointBuilder.proxyProtocol(String proxyProtocol) To define a proxy protocol when instantiating the Kinesis client.Kinesis2EndpointBuilderFactory.Kinesis2EndpointBuilder.proxyProtocol(software.amazon.awssdk.core.Protocol proxyProtocol) To define a proxy protocol when instantiating the Kinesis client.The region in which Kinesis Firehose client needs to work.Amazon AWS Secret Key.Kinesis2EndpointBuilderFactory.Kinesis2EndpointBuilder.trustAllCertificates(boolean trustAllCertificates) If we want to trust all certificates in case of overriding the endpoint.Kinesis2EndpointBuilderFactory.Kinesis2EndpointBuilder.trustAllCertificates(String trustAllCertificates) If we want to trust all certificates in case of overriding the endpoint.Kinesis2EndpointBuilderFactory.Kinesis2EndpointBuilder.uriEndpointOverride(String uriEndpointOverride) Set the overriding uri endpoint.Kinesis2EndpointBuilderFactory.Kinesis2EndpointBuilder.useDefaultCredentialsProvider(boolean useDefaultCredentialsProvider) Set whether the Kinesis client should expect to load credentials through a default credentials provider or to expect static credentials to be passed in.Kinesis2EndpointBuilderFactory.Kinesis2EndpointBuilder.useDefaultCredentialsProvider(String useDefaultCredentialsProvider) Set whether the Kinesis client should expect to load credentials through a default credentials provider or to expect static credentials to be passed in.Kinesis2EndpointBuilderFactory.Kinesis2EndpointBuilder.useProfileCredentialsProvider(boolean useProfileCredentialsProvider) Set whether the Kinesis client should expect to load credentials through a profile credentials provider.Kinesis2EndpointBuilderFactory.Kinesis2EndpointBuilder.useProfileCredentialsProvider(String useProfileCredentialsProvider) Set whether the Kinesis client should expect to load credentials through a profile credentials provider.