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