Uses of Interface
org.apache.camel.builder.component.dsl.Aws2KinesisComponentBuilderFactory.Aws2KinesisComponentBuilder
Packages that use Aws2KinesisComponentBuilderFactory.Aws2KinesisComponentBuilder
-
Uses of Aws2KinesisComponentBuilderFactory.Aws2KinesisComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return Aws2KinesisComponentBuilderFactory.Aws2KinesisComponentBuilderModifier and TypeMethodDescriptionComponentsBuilderFactory.aws2Kinesis()AWS Kinesis (camel-aws2-kinesis) Consume and produce records from and to AWS Kinesis Streams. -
Uses of Aws2KinesisComponentBuilderFactory.Aws2KinesisComponentBuilder in org.apache.camel.builder.component.dsl
Classes in org.apache.camel.builder.component.dsl that implement Aws2KinesisComponentBuilderFactory.Aws2KinesisComponentBuilderModifier and TypeClassDescriptionstatic classMethods in org.apache.camel.builder.component.dsl that return Aws2KinesisComponentBuilderFactory.Aws2KinesisComponentBuilderModifier and TypeMethodDescriptionAmazon AWS Access Key.Aws2KinesisComponentBuilderFactory.Aws2KinesisComponentBuilder.amazonKinesisClient(software.amazon.awssdk.services.kinesis.KinesisClient amazonKinesisClient) Amazon Kinesis client to use for all requests for this endpoint.Aws2KinesisComponentBuilderFactory.Aws2KinesisComponentBuilder.asyncClient(boolean asyncClient) If we want to a KinesisAsyncClient instance set it to true.Aws2KinesisComponentBuilderFactory.Aws2KinesisComponentBuilder.autowiredEnabled(boolean autowiredEnabled) Whether autowiring is enabled.Aws2KinesisComponentBuilderFactory.aws2Kinesis()AWS Kinesis (camel-aws2-kinesis) Consume and produce records from and to AWS Kinesis Streams.Aws2KinesisComponentBuilderFactory.Aws2KinesisComponentBuilder.bridgeErrorHandler(boolean bridgeErrorHandler) Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler.Aws2KinesisComponentBuilderFactory.Aws2KinesisComponentBuilder.cborEnabled(boolean cborEnabled) This option will set the CBOR_ENABLED property during the execution.Aws2KinesisComponentBuilderFactory.Aws2KinesisComponentBuilder.configuration(org.apache.camel.component.aws2.kinesis.Kinesis2Configuration configuration) Component configuration.Aws2KinesisComponentBuilderFactory.Aws2KinesisComponentBuilder.healthCheckConsumerEnabled(boolean healthCheckConsumerEnabled) Used for enabling or disabling all consumer based health checks from this component.Aws2KinesisComponentBuilderFactory.Aws2KinesisComponentBuilder.healthCheckProducerEnabled(boolean healthCheckProducerEnabled) Used for enabling or disabling all producer based health checks from this component.Aws2KinesisComponentBuilderFactory.Aws2KinesisComponentBuilder.iteratorType(software.amazon.awssdk.services.kinesis.model.ShardIteratorType iteratorType) Defines where in the Kinesis stream to start getting records.Aws2KinesisComponentBuilderFactory.Aws2KinesisComponentBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).Aws2KinesisComponentBuilderFactory.Aws2KinesisComponentBuilder.maxResultsPerRequest(int maxResultsPerRequest) Maximum number of records that will be fetched in each poll.Aws2KinesisComponentBuilderFactory.Aws2KinesisComponentBuilder.overrideEndpoint(boolean overrideEndpoint) Set the need for overidding the endpoint.Aws2KinesisComponentBuilderFactory.Aws2KinesisComponentBuilder.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.Aws2KinesisComponentBuilderFactory.Aws2KinesisComponentBuilder.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.Aws2KinesisComponentBuilderFactory.Aws2KinesisComponentBuilder.sequenceNumber(String sequenceNumber) The sequence number to start polling from.Aws2KinesisComponentBuilderFactory.Aws2KinesisComponentBuilder.shardClosed(org.apache.camel.component.aws2.kinesis.Kinesis2ShardClosedStrategyEnum shardClosed) Define what will be the behavior in case of shard closed.Defines which shardId in the Kinesis stream to get records from.Aws2KinesisComponentBuilderFactory.Aws2KinesisComponentBuilder.trustAllCertificates(boolean trustAllCertificates) If we want to trust all certificates in case of overriding the endpoint.Aws2KinesisComponentBuilderFactory.Aws2KinesisComponentBuilder.uriEndpointOverride(String uriEndpointOverride) Set the overriding uri endpoint.Aws2KinesisComponentBuilderFactory.Aws2KinesisComponentBuilder.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.Aws2KinesisComponentBuilderFactory.Aws2KinesisComponentBuilder.useProfileCredentialsProvider(boolean useProfileCredentialsProvider) Set whether the Kinesis client should expect to load credentials through a profile credentials provider.