Class EnhancedTypeDocumentConfiguration
java.lang.Object
software.amazon.awssdk.enhanced.dynamodb.EnhancedTypeDocumentConfiguration
- All Implemented Interfaces:
ToCopyableBuilder<EnhancedTypeDocumentConfiguration.Builder,EnhancedTypeDocumentConfiguration>
@SdkPublicApi
@ThreadSafe
public final class EnhancedTypeDocumentConfiguration
extends Object
implements ToCopyableBuilder<EnhancedTypeDocumentConfiguration.Builder,EnhancedTypeDocumentConfiguration>
Configuration for
EnhancedType of document type-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Constructor Details
-
EnhancedTypeDocumentConfiguration
-
-
Method Details
-
preserveEmptyObject
public boolean preserveEmptyObject()- Returns:
- whether to initialize the associated
EnhancedTypeas empty class when mapping it to a Java object
-
ignoreNulls
public boolean ignoreNulls()- Returns:
- whether to ignore attributes with null values in the associated
EnhancedType.
-
equals
-
hashCode
public int hashCode() -
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<EnhancedTypeDocumentConfiguration.Builder,EnhancedTypeDocumentConfiguration>
-
builder
-