Package | Description |
---|---|
software.amazon.awssdk.enhanced.dynamodb.mapper |
Modifier and Type | Method and Description |
---|---|
StaticTableMetadata.Builder |
StaticTableMetadata.Builder.addCustomMetadataObject(String key,
Object object)
Adds a single custom object to the metadata, keyed by a string.
|
StaticTableMetadata.Builder |
StaticTableMetadata.Builder.addIndexPartitionKey(String indexName,
String attributeName,
AttributeValueType attributeValueType)
Adds information about a partition key associated with a specific index.
|
StaticTableMetadata.Builder |
StaticTableMetadata.Builder.addIndexSortKey(String indexName,
String attributeName,
AttributeValueType attributeValueType)
Adds information about a sort key associated with a specific index.
|
static StaticTableMetadata.Builder |
StaticTableMetadata.builder()
Create a new builder for this class
|
StaticTableMetadata.Builder |
StaticTableMetadata.Builder.markAttributeAsKey(String attributeName,
AttributeValueType attributeValueType)
Declares a 'key-like' attribute that is not an actual DynamoDB key.
|
Modifier and Type | Method and Description |
---|---|
Consumer<StaticTableMetadata.Builder> |
StaticTableTag.modifyMetadata()
A function that modifies an existing
StaticTableSchema.Builder when this tag is applied to a table. |
Consumer<StaticTableMetadata.Builder> |
StaticAttributeTag.modifyMetadata(String attributeName,
AttributeValueType attributeValueType)
A function that modifies an existing
StaticTableSchema.Builder when this tag is applied to a specific
attribute. |
Copyright © 2020. All rights reserved.