| Package | Description |
|---|---|
| software.amazon.awscdk.services.dynamodb |
Amazon DynamoDB Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static SecondaryIndexProps.Builder |
SecondaryIndexProps.builder() |
SecondaryIndexProps.Builder |
SecondaryIndexProps.Builder.indexName(String indexName)
Sets the value of
SecondaryIndexProps.getIndexName() |
SecondaryIndexProps.Builder |
SecondaryIndexProps.Builder.nonKeyAttributes(List<String> nonKeyAttributes)
Sets the value of
SecondaryIndexProps.getNonKeyAttributes() |
SecondaryIndexProps.Builder |
SecondaryIndexProps.Builder.projectionType(ProjectionType projectionType)
Sets the value of
SecondaryIndexProps.getProjectionType() |
| Constructor and Description |
|---|
Jsii$Proxy(SecondaryIndexProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
SecondaryIndexProps.Builder. |
Copyright © 2022. All rights reserved.