Uses of Interface
org.apache.camel.builder.component.dsl.Aws2DdbstreamComponentBuilderFactory.Aws2DdbstreamComponentBuilder
Packages that use Aws2DdbstreamComponentBuilderFactory.Aws2DdbstreamComponentBuilder
-
Uses of Aws2DdbstreamComponentBuilderFactory.Aws2DdbstreamComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return Aws2DdbstreamComponentBuilderFactory.Aws2DdbstreamComponentBuilderModifier and TypeMethodDescriptionComponentsBuilderFactory.aws2Ddbstream()AWS DynamoDB Streams (camel-aws2-ddb) Receive messages from AWS DynamoDB Stream. -
Uses of Aws2DdbstreamComponentBuilderFactory.Aws2DdbstreamComponentBuilder in org.apache.camel.builder.component.dsl
Classes in org.apache.camel.builder.component.dsl that implement Aws2DdbstreamComponentBuilderFactory.Aws2DdbstreamComponentBuilderModifier and TypeClassDescriptionstatic classMethods in org.apache.camel.builder.component.dsl that return Aws2DdbstreamComponentBuilderFactory.Aws2DdbstreamComponentBuilderModifier and TypeMethodDescriptionAmazon AWS Access Key.Aws2DdbstreamComponentBuilderFactory.Aws2DdbstreamComponentBuilder.amazonDynamoDbStreamsClient(software.amazon.awssdk.services.dynamodb.streams.DynamoDbStreamsClient amazonDynamoDbStreamsClient) Amazon DynamoDB client to use for all requests for this endpoint.Aws2DdbstreamComponentBuilderFactory.Aws2DdbstreamComponentBuilder.autowiredEnabled(boolean autowiredEnabled) Whether autowiring is enabled.Aws2DdbstreamComponentBuilderFactory.aws2Ddbstream()AWS DynamoDB Streams (camel-aws2-ddb) Receive messages from AWS DynamoDB Stream.Aws2DdbstreamComponentBuilderFactory.Aws2DdbstreamComponentBuilder.bridgeErrorHandler(boolean bridgeErrorHandler) Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions (if possible) occurred while the Camel consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler.Aws2DdbstreamComponentBuilderFactory.Aws2DdbstreamComponentBuilder.configuration(org.apache.camel.component.aws2.ddbstream.Ddb2StreamConfiguration configuration) The component configuration.Aws2DdbstreamComponentBuilderFactory.Aws2DdbstreamComponentBuilder.healthCheckConsumerEnabled(boolean healthCheckConsumerEnabled) Used for enabling or disabling all consumer based health checks from this component.Aws2DdbstreamComponentBuilderFactory.Aws2DdbstreamComponentBuilder.healthCheckProducerEnabled(boolean healthCheckProducerEnabled) Used for enabling or disabling all producer based health checks from this component.Aws2DdbstreamComponentBuilderFactory.Aws2DdbstreamComponentBuilder.maxResultsPerRequest(int maxResultsPerRequest) Maximum number of records that will be fetched in each poll.Aws2DdbstreamComponentBuilderFactory.Aws2DdbstreamComponentBuilder.overrideEndpoint(boolean overrideEndpoint) Set the need for overidding the endpoint.Aws2DdbstreamComponentBuilderFactory.Aws2DdbstreamComponentBuilder.profileCredentialsName(String profileCredentialsName) If using a profile credentials provider this parameter will set the profile name.To define a proxy host when instantiating the DDBStreams client.To define a proxy port when instantiating the DDBStreams client.Aws2DdbstreamComponentBuilderFactory.Aws2DdbstreamComponentBuilder.proxyProtocol(software.amazon.awssdk.core.Protocol proxyProtocol) To define a proxy protocol when instantiating the DDBStreams client.The region in which DDBStreams client needs to work.Amazon AWS Secret Key.Aws2DdbstreamComponentBuilderFactory.Aws2DdbstreamComponentBuilder.sessionToken(String sessionToken) Amazon AWS Session Token used when the user needs to assume a IAM role.Aws2DdbstreamComponentBuilderFactory.Aws2DdbstreamComponentBuilder.streamIteratorType(org.apache.camel.component.aws2.ddbstream.Ddb2StreamConfiguration.StreamIteratorType streamIteratorType) Defines where in the DynamoDB stream to start getting records.Aws2DdbstreamComponentBuilderFactory.Aws2DdbstreamComponentBuilder.trustAllCertificates(boolean trustAllCertificates) If we want to trust all certificates in case of overriding the endpoint.Aws2DdbstreamComponentBuilderFactory.Aws2DdbstreamComponentBuilder.uriEndpointOverride(String uriEndpointOverride) Set the overriding uri endpoint.Aws2DdbstreamComponentBuilderFactory.Aws2DdbstreamComponentBuilder.useDefaultCredentialsProvider(boolean useDefaultCredentialsProvider) Set whether the DynamoDB Streams client should expect to load credentials through a default credentials provider or to expect static credentials to be passed in.Aws2DdbstreamComponentBuilderFactory.Aws2DdbstreamComponentBuilder.useProfileCredentialsProvider(boolean useProfileCredentialsProvider) Set whether the Cloudtrail client should expect to load credentials through a profile credentials provider.Aws2DdbstreamComponentBuilderFactory.Aws2DdbstreamComponentBuilder.useSessionCredentials(boolean useSessionCredentials) Set whether the DDB Streams client should expect to use Session Credentials.