Uses of Interface
software.amazon.awssdk.services.dynamodb.model.ReplicaGlobalSecondaryIndexDescription.Builder
Packages that use ReplicaGlobalSecondaryIndexDescription.Builder
-
Uses of ReplicaGlobalSecondaryIndexDescription.Builder in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return ReplicaGlobalSecondaryIndexDescription.BuilderModifier and TypeMethodDescriptionReplicaGlobalSecondaryIndexDescription.builder()The name of the global secondary index.ReplicaGlobalSecondaryIndexDescription.Builder.onDemandThroughputOverride(Consumer<OnDemandThroughputOverride.Builder> onDemandThroughputOverride) Overrides the maximum on-demand throughput for the specified global secondary index in the specified replica table.ReplicaGlobalSecondaryIndexDescription.Builder.onDemandThroughputOverride(OnDemandThroughputOverride onDemandThroughputOverride) Overrides the maximum on-demand throughput for the specified global secondary index in the specified replica table.ReplicaGlobalSecondaryIndexDescription.Builder.provisionedThroughputOverride(Consumer<ProvisionedThroughputOverride.Builder> provisionedThroughputOverride) If not described, uses the source table GSI's read capacity settings.ReplicaGlobalSecondaryIndexDescription.Builder.provisionedThroughputOverride(ProvisionedThroughputOverride provisionedThroughputOverride) If not described, uses the source table GSI's read capacity settings.ReplicaGlobalSecondaryIndexDescription.toBuilder()ReplicaGlobalSecondaryIndexDescription.Builder.warmThroughput(Consumer<GlobalSecondaryIndexWarmThroughputDescription.Builder> warmThroughput) Represents the warm throughput of the global secondary index for this replica.ReplicaGlobalSecondaryIndexDescription.Builder.warmThroughput(GlobalSecondaryIndexWarmThroughputDescription warmThroughput) Represents the warm throughput of the global secondary index for this replica.Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type ReplicaGlobalSecondaryIndexDescription.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ReplicaGlobalSecondaryIndexDescription.Builder>ReplicaGlobalSecondaryIndexDescription.serializableBuilderClass()