| Package | Description |
|---|---|
| software.amazon.awscdk.services.dynamodb |
Amazon DynamoDB Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static LocalSecondaryIndexProps.Builder |
LocalSecondaryIndexProps.builder() |
LocalSecondaryIndexProps.Builder |
LocalSecondaryIndexProps.Builder.indexName(String indexName)
Sets the value of
SecondaryIndexProps.getIndexName() |
LocalSecondaryIndexProps.Builder |
LocalSecondaryIndexProps.Builder.nonKeyAttributes(List<String> nonKeyAttributes)
Sets the value of
SecondaryIndexProps.getNonKeyAttributes() |
LocalSecondaryIndexProps.Builder |
LocalSecondaryIndexProps.Builder.projectionType(ProjectionType projectionType)
Sets the value of
SecondaryIndexProps.getProjectionType() |
LocalSecondaryIndexProps.Builder |
LocalSecondaryIndexProps.Builder.sortKey(Attribute sortKey)
Sets the value of
LocalSecondaryIndexProps.getSortKey() |
Copyright © 2021. All rights reserved.