Uses of Interface
software.amazon.awssdk.services.dynamodb.model.ReplicaSettingsUpdate.Builder
Packages that use ReplicaSettingsUpdate.Builder
-
Uses of ReplicaSettingsUpdate.Builder in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return ReplicaSettingsUpdate.BuilderModifier and TypeMethodDescriptionReplicaSettingsUpdate.builder()ReplicaSettingsUpdate.Builder.regionName(String regionName) The Region of the replica to be added.ReplicaSettingsUpdate.Builder.replicaGlobalSecondaryIndexSettingsUpdate(Collection<ReplicaGlobalSecondaryIndexSettingsUpdate> replicaGlobalSecondaryIndexSettingsUpdate) Represents the settings of a global secondary index for a global table that will be modified.ReplicaSettingsUpdate.Builder.replicaGlobalSecondaryIndexSettingsUpdate(Consumer<ReplicaGlobalSecondaryIndexSettingsUpdate.Builder>... replicaGlobalSecondaryIndexSettingsUpdate) Represents the settings of a global secondary index for a global table that will be modified.ReplicaSettingsUpdate.Builder.replicaGlobalSecondaryIndexSettingsUpdate(ReplicaGlobalSecondaryIndexSettingsUpdate... replicaGlobalSecondaryIndexSettingsUpdate) Represents the settings of a global secondary index for a global table that will be modified.default ReplicaSettingsUpdate.BuilderReplicaSettingsUpdate.Builder.replicaProvisionedReadCapacityAutoScalingSettingsUpdate(Consumer<AutoScalingSettingsUpdate.Builder> replicaProvisionedReadCapacityAutoScalingSettingsUpdate) Auto scaling settings for managing a global table replica's read capacity units.ReplicaSettingsUpdate.Builder.replicaProvisionedReadCapacityAutoScalingSettingsUpdate(AutoScalingSettingsUpdate replicaProvisionedReadCapacityAutoScalingSettingsUpdate) Auto scaling settings for managing a global table replica's read capacity units.ReplicaSettingsUpdate.Builder.replicaProvisionedReadCapacityUnits(Long replicaProvisionedReadCapacityUnits) The maximum number of strongly consistent reads consumed per second before DynamoDB returns aThrottlingException.ReplicaSettingsUpdate.Builder.replicaTableClass(String replicaTableClass) Replica-specific table class.ReplicaSettingsUpdate.Builder.replicaTableClass(TableClass replicaTableClass) Replica-specific table class.ReplicaSettingsUpdate.toBuilder()Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type ReplicaSettingsUpdate.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ReplicaSettingsUpdate.Builder>ReplicaSettingsUpdate.serializableBuilderClass()