| Package | Description |
|---|---|
| software.amazon.awssdk.enhanced.dynamodb |
| Modifier and Type | Method and Description |
|---|---|
static EnhancedTypeDocumentConfiguration.Builder |
EnhancedTypeDocumentConfiguration.builder() |
EnhancedTypeDocumentConfiguration.Builder |
EnhancedTypeDocumentConfiguration.Builder.ignoreNulls(Boolean ignoreNulls)
Specifies whether to ignore attributes with null values in the associated
EnhancedType. |
EnhancedTypeDocumentConfiguration.Builder |
EnhancedTypeDocumentConfiguration.Builder.preserveEmptyObject(Boolean preserveEmptyObject)
Specifies whether to initialize the associated
EnhancedType as empty class when
mapping it to a Java object. |
EnhancedTypeDocumentConfiguration.Builder |
EnhancedTypeDocumentConfiguration.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static <T> EnhancedType<T> |
EnhancedType.documentOf(Class<T> documentClass,
TableSchema<T> documentTableSchema,
Consumer<EnhancedTypeDocumentConfiguration.Builder> enhancedTypeConfiguration)
Create a type token that represents a document that is specified by the provided
TableSchema. |
| Constructor and Description |
|---|
EnhancedTypeDocumentConfiguration(EnhancedTypeDocumentConfiguration.Builder builder) |
Copyright © 2023. All rights reserved.