Interface ReplicaSettingsUpdate.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<ReplicaSettingsUpdate.Builder,,ReplicaSettingsUpdate> SdkBuilder<ReplicaSettingsUpdate.Builder,,ReplicaSettingsUpdate> SdkPojo
- Enclosing class:
 ReplicaSettingsUpdate
- 
Method Summary
Modifier and TypeMethodDescriptionregionName(String regionName) The Region of the replica to be added.replicaGlobalSecondaryIndexSettingsUpdate(Collection<ReplicaGlobalSecondaryIndexSettingsUpdate> replicaGlobalSecondaryIndexSettingsUpdate) Represents the settings of a global secondary index for a global table that will be modified.replicaGlobalSecondaryIndexSettingsUpdate(Consumer<ReplicaGlobalSecondaryIndexSettingsUpdate.Builder>... replicaGlobalSecondaryIndexSettingsUpdate) Represents the settings of a global secondary index for a global table that will be modified.replicaGlobalSecondaryIndexSettingsUpdate(ReplicaGlobalSecondaryIndexSettingsUpdate... replicaGlobalSecondaryIndexSettingsUpdate) Represents the settings of a global secondary index for a global table that will be modified.default ReplicaSettingsUpdate.BuilderreplicaProvisionedReadCapacityAutoScalingSettingsUpdate(Consumer<AutoScalingSettingsUpdate.Builder> replicaProvisionedReadCapacityAutoScalingSettingsUpdate) Auto scaling settings for managing a global table replica's read capacity units.replicaProvisionedReadCapacityAutoScalingSettingsUpdate(AutoScalingSettingsUpdate replicaProvisionedReadCapacityAutoScalingSettingsUpdate) Auto scaling settings for managing a global table replica's read capacity units.replicaProvisionedReadCapacityUnits(Long replicaProvisionedReadCapacityUnits) The maximum number of strongly consistent reads consumed per second before DynamoDB returns aThrottlingException.replicaTableClass(String replicaTableClass) Replica-specific table class.replicaTableClass(TableClass replicaTableClass) Replica-specific table class.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
regionName
The Region of the replica to be added.
- Parameters:
 regionName- The Region of the replica to be added.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
replicaProvisionedReadCapacityUnits
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.- Parameters:
 replicaProvisionedReadCapacityUnits- The maximum number of strongly consistent reads consumed per second before DynamoDB returns aThrottlingException. For more information, see Specifying Read and Write Requirements in the Amazon DynamoDB Developer Guide.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
replicaProvisionedReadCapacityAutoScalingSettingsUpdate
ReplicaSettingsUpdate.Builder replicaProvisionedReadCapacityAutoScalingSettingsUpdate(AutoScalingSettingsUpdate replicaProvisionedReadCapacityAutoScalingSettingsUpdate) Auto scaling settings for managing a global table replica's read capacity units.
- Parameters:
 replicaProvisionedReadCapacityAutoScalingSettingsUpdate- Auto scaling settings for managing a global table replica's read capacity units.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
replicaProvisionedReadCapacityAutoScalingSettingsUpdate
default ReplicaSettingsUpdate.Builder replicaProvisionedReadCapacityAutoScalingSettingsUpdate(Consumer<AutoScalingSettingsUpdate.Builder> replicaProvisionedReadCapacityAutoScalingSettingsUpdate) Auto scaling settings for managing a global table replica's read capacity units.
This is a convenience method that creates an instance of theAutoScalingSettingsUpdate.Builderavoiding the need to create one manually viaAutoScalingSettingsUpdate.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toreplicaProvisionedReadCapacityAutoScalingSettingsUpdate(AutoScalingSettingsUpdate).- Parameters:
 replicaProvisionedReadCapacityAutoScalingSettingsUpdate- a consumer that will call methods onAutoScalingSettingsUpdate.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
replicaGlobalSecondaryIndexSettingsUpdate
ReplicaSettingsUpdate.Builder replicaGlobalSecondaryIndexSettingsUpdate(Collection<ReplicaGlobalSecondaryIndexSettingsUpdate> replicaGlobalSecondaryIndexSettingsUpdate) Represents the settings of a global secondary index for a global table that will be modified.
- Parameters:
 replicaGlobalSecondaryIndexSettingsUpdate- Represents the settings of a global secondary index for a global table that will be modified.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
replicaGlobalSecondaryIndexSettingsUpdate
ReplicaSettingsUpdate.Builder replicaGlobalSecondaryIndexSettingsUpdate(ReplicaGlobalSecondaryIndexSettingsUpdate... replicaGlobalSecondaryIndexSettingsUpdate) Represents the settings of a global secondary index for a global table that will be modified.
- Parameters:
 replicaGlobalSecondaryIndexSettingsUpdate- Represents the settings of a global secondary index for a global table that will be modified.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
replicaGlobalSecondaryIndexSettingsUpdate
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 method that creates an instance of theReplicaGlobalSecondaryIndexSettingsUpdate.Builderavoiding the need to create one manually viaReplicaGlobalSecondaryIndexSettingsUpdate.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toreplicaGlobalSecondaryIndexSettingsUpdate(List<ReplicaGlobalSecondaryIndexSettingsUpdate>).- Parameters:
 replicaGlobalSecondaryIndexSettingsUpdate- a consumer that will call methods onReplicaGlobalSecondaryIndexSettingsUpdate.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
replicaTableClass
Replica-specific table class. If not specified, uses the source table's table class.
- Parameters:
 replicaTableClass- Replica-specific table class. If not specified, uses the source table's table class.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
replicaTableClass
Replica-specific table class. If not specified, uses the source table's table class.
- Parameters:
 replicaTableClass- Replica-specific table class. If not specified, uses the source table's table class.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -