Uses of Class
software.amazon.awscdk.services.dynamodb.GlobalSecondaryIndexPropsV2.Builder
-
Uses of GlobalSecondaryIndexPropsV2.Builder in software.amazon.awscdk.services.dynamodb
Modifier 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.writeCapacity
(Capacity writeCapacity) Sets the value ofGlobalSecondaryIndexPropsV2.getWriteCapacity()
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theGlobalSecondaryIndexPropsV2.Builder
.