@ThreadSafe public static class StaticTableMetadata.Builder extends Object
Modifier and Type | Method and Description |
---|---|
StaticTableMetadata.Builder |
addCustomMetadataObject(String key,
Object object) |
StaticTableMetadata.Builder |
addIndexPartitionKey(String indexName,
String attributeName,
AttributeValueType attributeValueType) |
StaticTableMetadata.Builder |
addIndexSortKey(String indexName,
String attributeName,
AttributeValueType attributeValueType) |
StaticTableMetadata |
build() |
StaticTableMetadata.Builder |
markAttributeAsKey(String attributeName,
AttributeValueType attributeValueType) |
StaticTableMetadata.Builder |
mergeWith(StaticTableMetadata other) |
public StaticTableMetadata build()
public StaticTableMetadata.Builder mergeWith(StaticTableMetadata other)
public StaticTableMetadata.Builder addCustomMetadataObject(String key, Object object)
public StaticTableMetadata.Builder addIndexPartitionKey(String indexName, String attributeName, AttributeValueType attributeValueType)
public StaticTableMetadata.Builder addIndexSortKey(String indexName, String attributeName, AttributeValueType attributeValueType)
public StaticTableMetadata.Builder markAttributeAsKey(String attributeName, AttributeValueType attributeValueType)
Copyright © 2020. All rights reserved.