Package | Description |
---|---|
software.amazon.awssdk.enhanced.dynamodb.internal.mapper | |
software.amazon.awssdk.enhanced.dynamodb.mapper |
Modifier and Type | Method and Description |
---|---|
static <T,B,R> ResolvedImmutableAttribute<T,B> |
ResolvedImmutableAttribute.create(ImmutableAttribute<T,B,R> immutableAttribute,
AttributeType<R> attributeType) |
Modifier and Type | Method and Description |
---|---|
ImmutableAttribute<T,B,R> |
ImmutableAttribute.Builder.build()
Builds a
StaticAttributeTag from the values stored in this builder. |
Modifier and Type | Method and Description |
---|---|
StaticImmutableTableSchema.Builder<T,B> |
StaticImmutableTableSchema.Builder.addAttribute(ImmutableAttribute<T,B,?> immutableAttribute)
Adds a single attribute to the table schema that can be mapped between the data item object and the database
record.
|
StaticImmutableTableSchema.Builder<T,B> |
StaticImmutableTableSchema.Builder.attributes(ImmutableAttribute<T,B,?>... immutableAttributes)
A list of attributes that can be mapped between the data item object and the database record that are to
be associated with the schema.
|
Modifier and Type | Method and Description |
---|---|
StaticImmutableTableSchema.Builder<T,B> |
StaticImmutableTableSchema.Builder.attributes(Collection<ImmutableAttribute<T,B,?>> immutableAttributes)
A list of attributes that can be mapped between the data item object and the database record that are to
be associated with the schema.
|
Copyright © 2021. All rights reserved.