Uses of Class
software.amazon.awssdk.enhanced.dynamodb.document.DocumentTableSchema.Builder
Packages that use DocumentTableSchema.Builder
Package
Description
-
Uses of DocumentTableSchema.Builder in software.amazon.awssdk.enhanced.dynamodb
Methods in software.amazon.awssdk.enhanced.dynamodb that return DocumentTableSchema.BuilderModifier and TypeMethodDescriptionstatic DocumentTableSchema.BuilderTableSchema.documentSchemaBuilder()Provides interfaces to interact with DynamoDB tables asEnhancedDocumentwhere the complete Schema of the table is not required. -
Uses of DocumentTableSchema.Builder in software.amazon.awssdk.enhanced.dynamodb.document
Methods in software.amazon.awssdk.enhanced.dynamodb.document that return DocumentTableSchema.BuilderModifier and TypeMethodDescriptionDocumentTableSchema.Builder.addIndexPartitionKey(String indexName, String attributeName, AttributeValueType attributeValueType) Adds information about a partition key associated with a specific index.DocumentTableSchema.Builder.addIndexSortKey(String indexName, String attributeName, AttributeValueType attributeValueType) Adds information about a sort key associated with a specific index.DocumentTableSchema.Builder.attributeConverterProviders(List<AttributeConverterProvider> attributeConverterProviders) Specifies theAttributeConverterProviders to use with the table schema.DocumentTableSchema.Builder.attributeConverterProviders(AttributeConverterProvider... attributeConverterProviders) Specifies theAttributeConverterProviders to use with the table schema.static DocumentTableSchema.BuilderDocumentTableSchema.builder()DocumentTableSchema.Builder.vectorIndex(Consumer<EnhancedVectorIndex.Builder> vectorIndex) Adds a vector index to the table metadata using a builder consumer.DocumentTableSchema.Builder.vectorIndexes(List<EnhancedVectorIndex> vectorIndexes) Adds one or more vector indexes to the table metadata.DocumentTableSchema.Builder.vectorIndexes(EnhancedVectorIndex... vectorIndexes) Adds one or more vector indexes to the table metadata.