public static interface ReplicaAutoScalingUpdate.Builder extends SdkPojo, CopyableBuilder<ReplicaAutoScalingUpdate.Builder,ReplicaAutoScalingUpdate>
| Modifier and Type | Method and Description |
|---|---|
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.
|
ReplicaAutoScalingUpdate.Builder |
replicaProvisionedReadCapacityAutoScalingUpdate(AutoScalingSettingsUpdate replicaProvisionedReadCapacityAutoScalingUpdate)
Sets the value of the ReplicaProvisionedReadCapacityAutoScalingUpdate property for this object.
|
default ReplicaAutoScalingUpdate.Builder |
replicaProvisionedReadCapacityAutoScalingUpdate(Consumer<AutoScalingSettingsUpdate.Builder> replicaProvisionedReadCapacityAutoScalingUpdate)
Sets the value of the ReplicaProvisionedReadCapacityAutoScalingUpdate property for this object.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildReplicaAutoScalingUpdate.Builder regionName(String regionName)
The Region where the replica exists.
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.
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.
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.
This is a convenience method that creates an instance of theReplicaGlobalSecondaryIndexAutoScalingUpdate.Builder
avoiding the need to create one manually via
ReplicaGlobalSecondaryIndexAutoScalingUpdate.builder()
.
When the Consumer completes,
SdkBuilder.build()
is called immediately and its result is passed to #replicaGlobalSecondaryIndexUpdates(List.
replicaGlobalSecondaryIndexUpdates - a consumer that will call methods on
ReplicaGlobalSecondaryIndexAutoScalingUpdate.Builder#replicaGlobalSecondaryIndexUpdates(java.util.Collection) ReplicaAutoScalingUpdate.Builder replicaProvisionedReadCapacityAutoScalingUpdate(AutoScalingSettingsUpdate replicaProvisionedReadCapacityAutoScalingUpdate)
replicaProvisionedReadCapacityAutoScalingUpdate - The new value for the ReplicaProvisionedReadCapacityAutoScalingUpdate property for this object.default ReplicaAutoScalingUpdate.Builder replicaProvisionedReadCapacityAutoScalingUpdate(Consumer<AutoScalingSettingsUpdate.Builder> replicaProvisionedReadCapacityAutoScalingUpdate)
AutoScalingSettingsUpdate.Builder
avoiding the need to create one manually via AutoScalingSettingsUpdate.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to
replicaProvisionedReadCapacityAutoScalingUpdate(AutoScalingSettingsUpdate).
replicaProvisionedReadCapacityAutoScalingUpdate - a consumer that will call methods on AutoScalingSettingsUpdate.BuilderreplicaProvisionedReadCapacityAutoScalingUpdate(AutoScalingSettingsUpdate)Copyright © 2022. All rights reserved.