public static interface ReplicaSettingsUpdate.Builder extends SdkPojo, CopyableBuilder<ReplicaSettingsUpdate.Builder,ReplicaSettingsUpdate>
| Modifier and Type | Method and Description |
|---|---|
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.
|
ReplicaSettingsUpdate.Builder |
replicaProvisionedReadCapacityAutoScalingSettingsUpdate(AutoScalingSettingsUpdate replicaProvisionedReadCapacityAutoScalingSettingsUpdate)
Autoscaling settings for managing a global table replica's read capacity units.
|
default ReplicaSettingsUpdate.Builder |
replicaProvisionedReadCapacityAutoScalingSettingsUpdate(Consumer<AutoScalingSettingsUpdate.Builder> replicaProvisionedReadCapacityAutoScalingSettingsUpdate)
Autoscaling 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 a
ThrottlingException. |
copyapplyMutation, buildReplicaSettingsUpdate.Builder regionName(String regionName)
The region of the replica to be added.
regionName - The region of the replica to be added.ReplicaSettingsUpdate.Builder replicaProvisionedReadCapacityUnits(Long replicaProvisionedReadCapacityUnits)
The maximum number of strongly consistent reads consumed per second before DynamoDB returns a
ThrottlingException. For more information, see Specifying Read and Write Requirements in the Amazon DynamoDB Developer Guide.
replicaProvisionedReadCapacityUnits - The maximum number of strongly consistent reads consumed per second before DynamoDB returns a
ThrottlingException. For more information, see Specifying Read and Write Requirements in the Amazon DynamoDB Developer Guide.ReplicaSettingsUpdate.Builder replicaProvisionedReadCapacityAutoScalingSettingsUpdate(AutoScalingSettingsUpdate replicaProvisionedReadCapacityAutoScalingSettingsUpdate)
Autoscaling settings for managing a global table replica's read capacity units.
replicaProvisionedReadCapacityAutoScalingSettingsUpdate - Autoscaling settings for managing a global table replica's read capacity units.default ReplicaSettingsUpdate.Builder replicaProvisionedReadCapacityAutoScalingSettingsUpdate(Consumer<AutoScalingSettingsUpdate.Builder> replicaProvisionedReadCapacityAutoScalingSettingsUpdate)
Autoscaling settings for managing a global table replica's read capacity units.
This is a convenience that creates an instance of theAutoScalingSettingsUpdate.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
replicaProvisionedReadCapacityAutoScalingSettingsUpdate(AutoScalingSettingsUpdate).replicaProvisionedReadCapacityAutoScalingSettingsUpdate - a consumer that will call methods on AutoScalingSettingsUpdate.BuilderreplicaProvisionedReadCapacityAutoScalingSettingsUpdate(AutoScalingSettingsUpdate)ReplicaSettingsUpdate.Builder replicaGlobalSecondaryIndexSettingsUpdate(Collection<ReplicaGlobalSecondaryIndexSettingsUpdate> replicaGlobalSecondaryIndexSettingsUpdate)
Represents the settings of a global secondary index for a global table that will be modified.
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.
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.
This is a convenience that creates an instance of the.Builder avoiding the need to create one manually via
List#builder() .
When the Consumer completes, List.Builder#build()
is called immediately and its result is passed to #replicaGlobalSecondaryIndexSettingsUpdate(List) .replicaGlobalSecondaryIndexSettingsUpdate - a consumer that will call methods on List.Builder #replicaGlobalSecondaryIndexSettingsUpdate(List) Copyright © 2019. All rights reserved.