Uses of Class
software.amazon.awscdk.services.dynamodb.SecondaryIndexProps.Builder
-
Uses of SecondaryIndexProps.Builder in software.amazon.awscdk.services.dynamodb
Modifier and TypeMethodDescriptionstatic SecondaryIndexProps.Builder
SecondaryIndexProps.builder()
Sets the value ofSecondaryIndexProps.getIndexName()
SecondaryIndexProps.Builder.nonKeyAttributes
(List<String> nonKeyAttributes) Sets the value ofSecondaryIndexProps.getNonKeyAttributes()
SecondaryIndexProps.Builder.projectionType
(ProjectionType projectionType) Sets the value ofSecondaryIndexProps.getProjectionType()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(SecondaryIndexProps.Builder builder) Constructor that initializes the object based on literal property values passed by theSecondaryIndexProps.Builder
.