Uses of Class
software.amazon.awscdk.services.dynamodb.SecondaryIndexProps.Builder
Packages that use SecondaryIndexProps.Builder
-
Uses of SecondaryIndexProps.Builder in software.amazon.awscdk.services.dynamodb
Methods in software.amazon.awscdk.services.dynamodb that return SecondaryIndexProps.BuilderModifier and TypeMethodDescriptionstatic SecondaryIndexProps.BuilderSecondaryIndexProps.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()Constructors in software.amazon.awscdk.services.dynamodb with parameters of type SecondaryIndexProps.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(SecondaryIndexProps.Builder builder) Constructor that initializes the object based on literal property values passed by theSecondaryIndexProps.Builder.