Package | Description |
---|---|
software.amazon.awssdk.enhanced.dynamodb.mapper |
Modifier and Type | Method and Description |
---|---|
StaticTableSchema<T> |
StaticTableSchema.Builder.build()
Builds a
StaticTableSchema based on the values this builder has been configured with |
Modifier and Type | Method and Description |
---|---|
StaticTableSchema.Builder<T> |
StaticTableSchema.Builder.extend(StaticTableSchema<? super T> superTableSchema)
Extends the
StaticTableSchema of a super-class, effectively rolling all the attributes modelled by
the super-class into the StaticTableSchema of the sub-class. |
Copyright © 2023. All rights reserved.