Uses of Class
software.amazon.awssdk.enhanced.dynamodb.model.EnhancedGlobalSecondaryIndex.Builder
Packages that use EnhancedGlobalSecondaryIndex.Builder
-
Uses of EnhancedGlobalSecondaryIndex.Builder in software.amazon.awssdk.enhanced.dynamodb.model
Methods in software.amazon.awssdk.enhanced.dynamodb.model that return EnhancedGlobalSecondaryIndex.BuilderModifier and TypeMethodDescriptionEnhancedGlobalSecondaryIndex.builder()Creates a newly initialized builder for anEnhancedLocalSecondaryIndexThe name of the global secondary indexEnhancedGlobalSecondaryIndex.Builder.projection(Consumer<Projection.Builder> projection) The attribute projection setting for this global secondary index.EnhancedGlobalSecondaryIndex.Builder.projection(Projection projection) The attribute projection setting for this global secondary index.EnhancedGlobalSecondaryIndex.Builder.provisionedThroughput(Consumer<ProvisionedThroughput.Builder> provisionedThroughput) The provisioned throughput setting for this global secondary index.EnhancedGlobalSecondaryIndex.Builder.provisionedThroughput(ProvisionedThroughput provisionedThroughput) The provisioned throughput setting for this global secondary index.EnhancedGlobalSecondaryIndex.toBuilder()Creates a builder initialized with the attributes of an existingEnhancedLocalSecondaryIndex