Config

interface Config

The immutable configuration for a DynamoDbMapper instance

Types

Link copied to clipboard
interface Builder

A mutable configuration builder for a DynamoDbMapper instance

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A list of Interceptor instances which will be applied to operations as they move through the request pipeline.

Functions

Link copied to clipboard

Convert this immutable configuration into a mutable Config.Builder object. Updates made to the mutable builder properties will not affect this instance.