Uses of Interface
software.amazon.awssdk.services.dynamodb.model.GlobalSecondaryIndex.Builder
Packages that use GlobalSecondaryIndex.Builder
-
Uses of GlobalSecondaryIndex.Builder in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return GlobalSecondaryIndex.BuilderModifier and TypeMethodDescriptionstatic GlobalSecondaryIndex.BuilderGlobalSecondaryIndex.builder()The name of the global secondary index.GlobalSecondaryIndex.Builder.keySchema(Collection<KeySchemaElement> keySchema) The complete key schema for a global secondary index, which consists of one or more pairs of attribute names and key types:GlobalSecondaryIndex.Builder.keySchema(Consumer<KeySchemaElement.Builder>... keySchema) The complete key schema for a global secondary index, which consists of one or more pairs of attribute names and key types:GlobalSecondaryIndex.Builder.keySchema(KeySchemaElement... keySchema) The complete key schema for a global secondary index, which consists of one or more pairs of attribute names and key types:default GlobalSecondaryIndex.BuilderGlobalSecondaryIndex.Builder.onDemandThroughput(Consumer<OnDemandThroughput.Builder> onDemandThroughput) The maximum number of read and write units for the specified global secondary index.GlobalSecondaryIndex.Builder.onDemandThroughput(OnDemandThroughput onDemandThroughput) The maximum number of read and write units for the specified global secondary index.default GlobalSecondaryIndex.BuilderGlobalSecondaryIndex.Builder.projection(Consumer<Projection.Builder> projection) Represents attributes that are copied (projected) from the table into the global secondary index.GlobalSecondaryIndex.Builder.projection(Projection projection) Represents attributes that are copied (projected) from the table into the global secondary index.default GlobalSecondaryIndex.BuilderGlobalSecondaryIndex.Builder.provisionedThroughput(Consumer<ProvisionedThroughput.Builder> provisionedThroughput) Represents the provisioned throughput settings for the specified global secondary index.GlobalSecondaryIndex.Builder.provisionedThroughput(ProvisionedThroughput provisionedThroughput) Represents the provisioned throughput settings for the specified global secondary index.GlobalSecondaryIndex.toBuilder()default GlobalSecondaryIndex.BuilderGlobalSecondaryIndex.Builder.warmThroughput(Consumer<WarmThroughput.Builder> warmThroughput) Represents the warm throughput value (in read units per second and write units per second) for the specified secondary index.GlobalSecondaryIndex.Builder.warmThroughput(WarmThroughput warmThroughput) Represents the warm throughput value (in read units per second and write units per second) for the specified secondary index.Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type GlobalSecondaryIndex.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GlobalSecondaryIndex.Builder>GlobalSecondaryIndex.serializableBuilderClass()