Uses of Interface
org.apache.camel.builder.component.dsl.Aws2DdbComponentBuilderFactory.Aws2DdbComponentBuilder
Packages that use Aws2DdbComponentBuilderFactory.Aws2DdbComponentBuilder
-
Uses of Aws2DdbComponentBuilderFactory.Aws2DdbComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return Aws2DdbComponentBuilderFactory.Aws2DdbComponentBuilderModifier and TypeMethodDescriptionComponentsBuilderFactory.aws2Ddb()AWS DynamoDB (camel-aws2-ddb) Store and retrieve data from AWS DynamoDB. -
Uses of Aws2DdbComponentBuilderFactory.Aws2DdbComponentBuilder in org.apache.camel.builder.component.dsl
Classes in org.apache.camel.builder.component.dsl that implement Aws2DdbComponentBuilderFactory.Aws2DdbComponentBuilderModifier and TypeClassDescriptionstatic classMethods in org.apache.camel.builder.component.dsl that return Aws2DdbComponentBuilderFactory.Aws2DdbComponentBuilderModifier and TypeMethodDescriptionAmazon AWS Access Key.Aws2DdbComponentBuilderFactory.Aws2DdbComponentBuilder.amazonDDBClient(software.amazon.awssdk.services.dynamodb.DynamoDbClient amazonDDBClient) To use the AmazonDynamoDB as the client.Aws2DdbComponentBuilderFactory.Aws2DdbComponentBuilder.autowiredEnabled(boolean autowiredEnabled) Whether autowiring is enabled.Aws2DdbComponentBuilderFactory.aws2Ddb()AWS DynamoDB (camel-aws2-ddb) Store and retrieve data from AWS DynamoDB.Aws2DdbComponentBuilderFactory.Aws2DdbComponentBuilder.configuration(org.apache.camel.component.aws2.ddb.Ddb2Configuration configuration) The component configuration.Aws2DdbComponentBuilderFactory.Aws2DdbComponentBuilder.consistentRead(boolean consistentRead) Determines whether or not strong consistency should be enforced when data is read.Aws2DdbComponentBuilderFactory.Aws2DdbComponentBuilder.enabledInitialDescribeTable(boolean enabledInitialDescribeTable) Set whether the initial Describe table operation in the DDB Endpoint must be done, or not.Aws2DdbComponentBuilderFactory.Aws2DdbComponentBuilder.healthCheckConsumerEnabled(boolean healthCheckConsumerEnabled) Used for enabling or disabling all consumer based health checks from this component.Aws2DdbComponentBuilderFactory.Aws2DdbComponentBuilder.healthCheckProducerEnabled(boolean healthCheckProducerEnabled) Used for enabling or disabling all producer based health checks from this component.Aws2DdbComponentBuilderFactory.Aws2DdbComponentBuilder.keyAttributeName(String keyAttributeName) Attribute name when creating table.Aws2DdbComponentBuilderFactory.Aws2DdbComponentBuilder.keyAttributeType(String keyAttributeType) Attribute type when creating table.Aws2DdbComponentBuilderFactory.Aws2DdbComponentBuilder.keyScalarType(String keyScalarType) The key scalar type, it can be S (String), N (Number) and B (Bytes).Aws2DdbComponentBuilderFactory.Aws2DdbComponentBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).Aws2DdbComponentBuilderFactory.Aws2DdbComponentBuilder.operation(org.apache.camel.component.aws2.ddb.Ddb2Operations operation) What operation to perform.Aws2DdbComponentBuilderFactory.Aws2DdbComponentBuilder.overrideEndpoint(boolean overrideEndpoint) Set the need for overidding the endpoint.Aws2DdbComponentBuilderFactory.Aws2DdbComponentBuilder.profileCredentialsName(String profileCredentialsName) If using a profile credentials provider this parameter will set the profile name.To define a proxy host when instantiating the DDB client.The region in which DynamoDB client needs to work.Aws2DdbComponentBuilderFactory.Aws2DdbComponentBuilder.proxyProtocol(software.amazon.awssdk.core.Protocol proxyProtocol) To define a proxy protocol when instantiating the DDB client.Aws2DdbComponentBuilderFactory.Aws2DdbComponentBuilder.readCapacity(Long readCapacity) The provisioned throughput to reserve for reading resources from your table.The region in which DDB client needs to work.Amazon AWS Secret Key.Aws2DdbComponentBuilderFactory.Aws2DdbComponentBuilder.trustAllCertificates(boolean trustAllCertificates) If we want to trust all certificates in case of overriding the endpoint.Aws2DdbComponentBuilderFactory.Aws2DdbComponentBuilder.uriEndpointOverride(String uriEndpointOverride) Set the overriding uri endpoint.Aws2DdbComponentBuilderFactory.Aws2DdbComponentBuilder.useDefaultCredentialsProvider(boolean useDefaultCredentialsProvider) Set whether the S3 client should expect to load credentials through a default credentials provider or to expect static credentials to be passed in.Aws2DdbComponentBuilderFactory.Aws2DdbComponentBuilder.useProfileCredentialsProvider(boolean useProfileCredentialsProvider) Set whether the DDB client should expect to load credentials through a profile credentials provider.Aws2DdbComponentBuilderFactory.Aws2DdbComponentBuilder.writeCapacity(Long writeCapacity) The provisioned throughput to reserved for writing resources to your table.