Uses of Interface
software.amazon.awssdk.services.dynamodb.model.ReplicaAutoScalingUpdate.Builder
Packages that use ReplicaAutoScalingUpdate.Builder
-
Uses of ReplicaAutoScalingUpdate.Builder in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return ReplicaAutoScalingUpdate.BuilderModifier and TypeMethodDescriptionReplicaAutoScalingUpdate.builder()ReplicaAutoScalingUpdate.Builder.regionName(String regionName) The Region where the replica exists.ReplicaAutoScalingUpdate.Builder.replicaGlobalSecondaryIndexUpdates(Collection<ReplicaGlobalSecondaryIndexAutoScalingUpdate> replicaGlobalSecondaryIndexUpdates) Represents the auto scaling settings of global secondary indexes that will be modified.ReplicaAutoScalingUpdate.Builder.replicaGlobalSecondaryIndexUpdates(Consumer<ReplicaGlobalSecondaryIndexAutoScalingUpdate.Builder>... replicaGlobalSecondaryIndexUpdates) Represents the auto scaling settings of global secondary indexes that will be modified.ReplicaAutoScalingUpdate.Builder.replicaGlobalSecondaryIndexUpdates(ReplicaGlobalSecondaryIndexAutoScalingUpdate... replicaGlobalSecondaryIndexUpdates) Represents the auto scaling settings of global secondary indexes that will be modified.default ReplicaAutoScalingUpdate.BuilderReplicaAutoScalingUpdate.Builder.replicaProvisionedReadCapacityAutoScalingUpdate(Consumer<AutoScalingSettingsUpdate.Builder> replicaProvisionedReadCapacityAutoScalingUpdate) Sets the value of the ReplicaProvisionedReadCapacityAutoScalingUpdate property for this object.ReplicaAutoScalingUpdate.Builder.replicaProvisionedReadCapacityAutoScalingUpdate(AutoScalingSettingsUpdate replicaProvisionedReadCapacityAutoScalingUpdate) Sets the value of the ReplicaProvisionedReadCapacityAutoScalingUpdate property for this object.ReplicaAutoScalingUpdate.toBuilder()Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type ReplicaAutoScalingUpdate.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ReplicaAutoScalingUpdate.Builder>ReplicaAutoScalingUpdate.serializableBuilderClass()