Uses of Class
software.amazon.awssdk.enhanced.dynamodb.document.DocumentTableSchema.Builder
-
Packages that use DocumentTableSchema.Builder Package Description software.amazon.awssdk.enhanced.dynamodb software.amazon.awssdk.enhanced.dynamodb.document -
-
Uses of DocumentTableSchema.Builder in software.amazon.awssdk.enhanced.dynamodb
Methods in software.amazon.awssdk.enhanced.dynamodb that return DocumentTableSchema.Builder Modifier and Type Method Description static DocumentTableSchema.Builder
TableSchema. documentSchemaBuilder()
Provides interfaces to interact with DynamoDB tables asEnhancedDocument
where 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.Builder Modifier and Type Method Description DocumentTableSchema.Builder
DocumentTableSchema.Builder. addIndexPartitionKey(String indexName, String attributeName, AttributeValueType attributeValueType)
Adds information about a partition key associated with a specific index.DocumentTableSchema.Builder
DocumentTableSchema.Builder. addIndexSortKey(String indexName, String attributeName, AttributeValueType attributeValueType)
Adds information about a sort key associated with a specific index.DocumentTableSchema.Builder
DocumentTableSchema.Builder. attributeConverterProviders(List<AttributeConverterProvider> attributeConverterProviders)
Specifies theAttributeConverterProvider
s to use with the table schema.DocumentTableSchema.Builder
DocumentTableSchema.Builder. attributeConverterProviders(AttributeConverterProvider... attributeConverterProviders)
Specifies theAttributeConverterProvider
s to use with the table schema.static DocumentTableSchema.Builder
DocumentTableSchema. builder()
-