Class DynamoDBStoreConfigurationBuilder

java.lang.Object
org.infinispan.configuration.cache.AbstractPersistenceConfigurationChildBuilder
org.infinispan.configuration.cache.AbstractStoreConfigurationBuilder<DynamoDBStoreConfiguration,DynamoDBStoreConfigurationBuilder>
com.nimbusds.infinispan.persistence.dynamodb.config.DynamoDBStoreConfigurationBuilder
All Implemented Interfaces:
DynamoDBStoreConfigurationChildBuilder<DynamoDBStoreConfigurationBuilder>, org.infinispan.commons.configuration.Builder<DynamoDBStoreConfiguration>, org.infinispan.commons.configuration.Self<DynamoDBStoreConfigurationBuilder>, org.infinispan.configuration.cache.ConfigurationChildBuilder, org.infinispan.configuration.cache.PersistenceConfigurationChildBuilder, org.infinispan.configuration.cache.StoreConfigurationBuilder<DynamoDBStoreConfiguration,DynamoDBStoreConfigurationBuilder>, org.infinispan.configuration.cache.StoreConfigurationChildBuilder<DynamoDBStoreConfigurationBuilder>

DynamoDB store configuration builder.

Used by the Infinispan ConfigurationBuilder to implement fluent configuration for the DynamoDB CacheLoader / CacheWriter. Methods should use the fluent style, rather than the setter/getter style and should return an instance of this object.