Class EnhancedLocalSecondaryIndex
java.lang.Object
software.amazon.awssdk.enhanced.dynamodb.model.EnhancedLocalSecondaryIndex
Enhanced model representation of a 'local secondary index' of a DynamoDb table. This is optionally used with the
'createTable' operation in the enhanced client.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
static EnhancedLocalSecondaryIndex
create
(String indexName, Projection projection) boolean
int
hashCode()
The name of this local secondary indexThe attribute projection setting for this local secondary index.
-
Method Details
-
create
-
builder
-
toBuilder
-
indexName
The name of this local secondary index -
projection
The attribute projection setting for this local secondary index. -
equals
-
hashCode
-