Uses of Class
software.amazon.awscdk.services.dynamodb.GlobalSecondaryIndexPropsV2.Builder
Packages that use GlobalSecondaryIndexPropsV2.Builder
-
Uses of GlobalSecondaryIndexPropsV2.Builder in software.amazon.awscdk.services.dynamodb
Methods in software.amazon.awscdk.services.dynamodb that return GlobalSecondaryIndexPropsV2.BuilderModifier and TypeMethodDescriptionGlobalSecondaryIndexPropsV2.builder()Sets the value ofSecondaryIndexProps.getIndexName()GlobalSecondaryIndexPropsV2.Builder.maxReadRequestUnits(Number maxReadRequestUnits) Sets the value ofGlobalSecondaryIndexPropsV2.getMaxReadRequestUnits()GlobalSecondaryIndexPropsV2.Builder.maxWriteRequestUnits(Number maxWriteRequestUnits) Sets the value ofGlobalSecondaryIndexPropsV2.getMaxWriteRequestUnits()GlobalSecondaryIndexPropsV2.Builder.nonKeyAttributes(List<String> nonKeyAttributes) Sets the value ofSecondaryIndexProps.getNonKeyAttributes()GlobalSecondaryIndexPropsV2.Builder.partitionKey(Attribute partitionKey) Sets the value ofGlobalSecondaryIndexPropsV2.getPartitionKey()GlobalSecondaryIndexPropsV2.Builder.projectionType(ProjectionType projectionType) Sets the value ofSecondaryIndexProps.getProjectionType()GlobalSecondaryIndexPropsV2.Builder.readCapacity(Capacity readCapacity) Sets the value ofGlobalSecondaryIndexPropsV2.getReadCapacity()Sets the value ofGlobalSecondaryIndexPropsV2.getSortKey()GlobalSecondaryIndexPropsV2.Builder.warmThroughput(WarmThroughput warmThroughput) Sets the value ofGlobalSecondaryIndexPropsV2.getWarmThroughput()GlobalSecondaryIndexPropsV2.Builder.writeCapacity(Capacity writeCapacity) Sets the value ofGlobalSecondaryIndexPropsV2.getWriteCapacity()Constructors in software.amazon.awscdk.services.dynamodb with parameters of type GlobalSecondaryIndexPropsV2.BuilderModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theGlobalSecondaryIndexPropsV2.Builder.