Class StaticIndexMetadata
java.lang.Object
software.amazon.awssdk.enhanced.dynamodb.internal.mapper.StaticIndexMetadata
- All Implemented Interfaces:
IndexMetadata
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic StaticIndexMetadata.Builderbuilder()static StaticIndexMetadata.BuilderbuilderFrom(IndexMetadata index) booleaninthashCode()name()The name of the indexThe partition keys for the index in order.sortKeys()The sort keys for the index in order.Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface software.amazon.awssdk.enhanced.dynamodb.IndexMetadata
partitionKey, sortKey
-
Method Details
-
builder
-
builderFrom
-
name
Description copied from interface:IndexMetadataThe name of the index- Specified by:
namein interfaceIndexMetadata
-
partitionKeys
Description copied from interface:IndexMetadataThe partition keys for the index in order.- Specified by:
partitionKeysin interfaceIndexMetadata
-
sortKeys
Description copied from interface:IndexMetadataThe sort keys for the index in order.- Specified by:
sortKeysin interfaceIndexMetadata
-
equals
-
hashCode
-