Interface ReplicaSettingsUpdate.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ReplicaSettingsUpdate.Builder,ReplicaSettingsUpdate>,SdkBuilder<ReplicaSettingsUpdate.Builder,ReplicaSettingsUpdate>,SdkPojo
- Enclosing class:
- ReplicaSettingsUpdate
@Mutable @NotThreadSafe public static interface ReplicaSettingsUpdate.Builder extends SdkPojo, CopyableBuilder<ReplicaSettingsUpdate.Builder,ReplicaSettingsUpdate>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description ReplicaSettingsUpdate.BuilderregionName(String regionName)The Region of the replica to be added.ReplicaSettingsUpdate.BuilderreplicaGlobalSecondaryIndexSettingsUpdate(Collection<ReplicaGlobalSecondaryIndexSettingsUpdate> replicaGlobalSecondaryIndexSettingsUpdate)Represents the settings of a global secondary index for a global table that will be modified.ReplicaSettingsUpdate.BuilderreplicaGlobalSecondaryIndexSettingsUpdate(Consumer<ReplicaGlobalSecondaryIndexSettingsUpdate.Builder>... replicaGlobalSecondaryIndexSettingsUpdate)Represents the settings of a global secondary index for a global table that will be modified.ReplicaSettingsUpdate.BuilderreplicaGlobalSecondaryIndexSettingsUpdate(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.ReplicaSettingsUpdate.BuilderreplicaProvisionedReadCapacityAutoScalingSettingsUpdate(AutoScalingSettingsUpdate replicaProvisionedReadCapacityAutoScalingSettingsUpdate)Auto scaling settings for managing a global table replica's read capacity units.ReplicaSettingsUpdate.BuilderreplicaProvisionedReadCapacityUnits(Long replicaProvisionedReadCapacityUnits)The maximum number of strongly consistent reads consumed per second before DynamoDB returns aThrottlingException.ReplicaSettingsUpdate.BuilderreplicaTableClass(String replicaTableClass)Replica-specific table class.ReplicaSettingsUpdate.BuilderreplicaTableClass(TableClass replicaTableClass)Replica-specific table class.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
regionName
ReplicaSettingsUpdate.Builder regionName(String 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:
replicaProvisionedReadCapacityAutoScalingSettingsUpdate(AutoScalingSettingsUpdate)
-
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 to#replicaGlobalSecondaryIndexSettingsUpdate(List.) - 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:
#replicaGlobalSecondaryIndexSettingsUpdate(java.util.Collection)
-
replicaTableClass
ReplicaSettingsUpdate.Builder replicaTableClass(String 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:
TableClass,TableClass
-
replicaTableClass
ReplicaSettingsUpdate.Builder replicaTableClass(TableClass 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:
TableClass,TableClass
-
-