@NotThreadSafe public static interface DynamoDbEnhancedResource.Builder
DynamoDbEnhancedClient
and
DynamoDbEnhancedAsyncClient
Modifier and Type | Method and Description |
---|---|
DynamoDbEnhancedResource.Builder |
extensions(DynamoDbEnhancedClientExtension... dynamoDbEnhancedClientExtensions)
Specifies the extensions to load with the enhanced client.
|
DynamoDbEnhancedResource.Builder |
extensions(List<DynamoDbEnhancedClientExtension> dynamoDbEnhancedClientExtensions)
Specifies the extensions to load with the enhanced client.
|
DynamoDbEnhancedResource.Builder extensions(DynamoDbEnhancedClientExtension... dynamoDbEnhancedClientExtensions)
VersionedRecordExtension
, so this
extension must be included in the supplied list otherwise it will not be loaded. Providing an empty list here
will cause no extensions to get loaded, effectively dropping the default ones.dynamoDbEnhancedClientExtensions
- a list of extensions to load with the enhanced clientDynamoDbEnhancedResource.Builder extensions(List<DynamoDbEnhancedClientExtension> dynamoDbEnhancedClientExtensions)
VersionedRecordExtension
, so this
extension must be included in the supplied list otherwise it will not be loaded. Providing an empty list here
will cause no extensions to get loaded, effectively dropping the default ones.dynamoDbEnhancedClientExtensions
- a list of extensions to load with the enhanced clientCopyright © 2022. All rights reserved.