Uses of Class
software.amazon.awssdk.enhanced.dynamodb.mapper.StaticTableMetadata.Builder
Packages that use StaticTableMetadata.Builder
Package
Description
-
Uses of StaticTableMetadata.Builder in software.amazon.awssdk.enhanced.dynamodb.internal.extensions
Methods in software.amazon.awssdk.enhanced.dynamodb.internal.extensions that return types with arguments of type StaticTableMetadata.BuilderModifier and TypeMethodDescriptionAtomicCounterTag.modifyMetadata(String attributeName, AttributeValueType attributeValueType) -
Uses of StaticTableMetadata.Builder in software.amazon.awssdk.enhanced.dynamodb.internal.mapper
Methods in software.amazon.awssdk.enhanced.dynamodb.internal.mapper that return types with arguments of type StaticTableMetadata.BuilderModifier and TypeMethodDescriptionUpdateBehaviorTag.modifyMetadata(String attributeName, AttributeValueType attributeValueType) -
Uses of StaticTableMetadata.Builder in software.amazon.awssdk.enhanced.dynamodb.mapper
Methods in software.amazon.awssdk.enhanced.dynamodb.mapper that return StaticTableMetadata.BuilderModifier and TypeMethodDescriptionStaticTableMetadata.Builder.addCustomMetadataObject(String key, Object object) Adds a single custom object to the metadata, keyed by a string.StaticTableMetadata.Builder.addCustomMetadataObject(String key, Collection<Object> objects) Adds collection of custom objects to the custom metadata, keyed by a string.StaticTableMetadata.Builder.addCustomMetadataObject(String key, Map<Object, Object> objectMap) Adds map of custom objects to the custom metadata, keyed by a string.StaticTableMetadata.Builder.addIndexPartitionKey(String indexName, String attributeName, AttributeValueType attributeValueType) Adds information about a partition key associated with a specific index (backward compatibility).StaticTableMetadata.Builder.addIndexPartitionKey(String indexName, String attributeName, AttributeValueType attributeValueType, Order order) Adds information about a partition key associated with a specific index.StaticTableMetadata.Builder.addIndexSortKey(String indexName, String attributeName, AttributeValueType attributeValueType) Adds information about a non-composite sort key associated with a specific index.StaticTableMetadata.Builder.addIndexSortKey(String indexName, String attributeName, AttributeValueType attributeValueType, Order order) Adds information about a sort key associated with a specific index.StaticTableMetadata.Builder.addSearchVectorsHashKey(String indexName, String attributeName) Adds a HASH element to the SearchSchema for the named vector index.StaticTableMetadata.Builder.addSearchVectorsInlineFilterKey(String indexName, String attributeName) Adds an INLINE_FILTER element to the SearchSchema for the named vector index.StaticTableMetadata.Builder.addVectorIndex(EnhancedVectorIndex enhancedVectorIndex) Adds metadata for a vector index on this table.StaticTableMetadata.Builder.addVectorIndex(VectorIndexMetadata vectorIndex) Adds metadata for a vector index on this table.static StaticTableMetadata.BuilderStaticTableMetadata.builder()Create a new builder for this classStaticTableMetadata.Builder.markAttributeAsKey(String attributeName, AttributeValueType attributeValueType) Declares a 'key-like' attribute that is not an actual DynamoDB key.StaticTableMetadata.Builder.setVectorAttribute(String indexName, String attributeName, int dimensions, DistanceFunction distanceFunction) Sets the vector attribute, dimensions, and distance function for the named vector index.Methods in software.amazon.awssdk.enhanced.dynamodb.mapper that return types with arguments of type StaticTableMetadata.BuilderModifier and TypeMethodDescriptionStaticAttributeTag.modifyMetadata(String attributeName, AttributeValueType attributeValueType) A function that modifies an existingStaticTableSchema.Builderwhen this tag is applied to a specific attribute.StaticTableTag.modifyMetadata()A function that modifies an existingStaticTableSchema.Builderwhen this tag is applied to a table.