| 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() |
| Constructor and Description |
|---|
Jsii$Proxy(LocalSecondaryIndexProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
LocalSecondaryIndexProps.Builder. |
Copyright © 2022. All rights reserved.