Uses of Interface
software.amazon.awssdk.services.dynamodb.model.OnDemandThroughputOverride.Builder
Packages that use OnDemandThroughputOverride.Builder
-
Uses of OnDemandThroughputOverride.Builder in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return OnDemandThroughputOverride.BuilderModifier and TypeMethodDescriptionOnDemandThroughputOverride.builder()OnDemandThroughputOverride.Builder.maxReadRequestUnits(Long maxReadRequestUnits) Maximum number of read request units for the specified replica table.OnDemandThroughputOverride.toBuilder()Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type OnDemandThroughputOverride.BuilderModifier and TypeMethodDescriptionstatic Class<? extends OnDemandThroughputOverride.Builder>OnDemandThroughputOverride.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.dynamodb.model with type arguments of type OnDemandThroughputOverride.BuilderModifier and TypeMethodDescriptionCreateReplicationGroupMemberAction.Builder.onDemandThroughputOverride(Consumer<OnDemandThroughputOverride.Builder> onDemandThroughputOverride) The maximum on-demand throughput settings for the specified replica table being created.default ReplicaDescription.BuilderReplicaDescription.Builder.onDemandThroughputOverride(Consumer<OnDemandThroughputOverride.Builder> onDemandThroughputOverride) Overrides the maximum on-demand throughput settings for the specified replica table.ReplicaGlobalSecondaryIndex.Builder.onDemandThroughputOverride(Consumer<OnDemandThroughputOverride.Builder> onDemandThroughputOverride) Overrides the maximum on-demand throughput settings for the specified global secondary index in the specified replica table.ReplicaGlobalSecondaryIndexDescription.Builder.onDemandThroughputOverride(Consumer<OnDemandThroughputOverride.Builder> onDemandThroughputOverride) Overrides the maximum on-demand throughput for the specified global secondary index in the specified replica table.UpdateReplicationGroupMemberAction.Builder.onDemandThroughputOverride(Consumer<OnDemandThroughputOverride.Builder> onDemandThroughputOverride) Overrides the maximum on-demand throughput for the replica table.