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)
Auto scaling settings for managing a global table replica's read capacity units.
|
default ReplicaSettingsUpdate.Builder |
replicaProvisionedReadCapacityAutoScalingSettingsUpdate(Consumer<AutoScalingSettingsUpdate.Builder> replicaProvisionedReadCapacityAutoScalingSettingsUpdate)
Auto scaling 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. |
ReplicaSettingsUpdate.Builder |
replicaTableClass(String replicaTableClass)
Replica-specific table class.
|
ReplicaSettingsUpdate.Builder |
replicaTableClass(TableClass replicaTableClass)
Replica-specific table class.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, 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)
Auto scaling settings for managing a global table replica's read capacity units.
replicaProvisionedReadCapacityAutoScalingSettingsUpdate - Auto scaling settings for managing a global table replica's read capacity units.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.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 method that creates an instance of theReplicaGlobalSecondaryIndexSettingsUpdate.Builder
avoiding the need to create one manually via
ReplicaGlobalSecondaryIndexSettingsUpdate.builder().
When the Consumer completes,
SdkBuilder.build()
is called immediately and its result is passed to #replicaGlobalSecondaryIndexSettingsUpdate(List.
replicaGlobalSecondaryIndexSettingsUpdate - a consumer that will call methods on
ReplicaGlobalSecondaryIndexSettingsUpdate.Builder#replicaGlobalSecondaryIndexSettingsUpdate(java.util.Collection) ReplicaSettingsUpdate.Builder replicaTableClass(String replicaTableClass)
Replica-specific table class. If not specified, uses the source table's table class.
replicaTableClass - Replica-specific table class. If not specified, uses the source table's table class.TableClass,
TableClassReplicaSettingsUpdate.Builder replicaTableClass(TableClass replicaTableClass)
Replica-specific table class. If not specified, uses the source table's table class.
replicaTableClass - Replica-specific table class. If not specified, uses the source table's table class.TableClass,
TableClassCopyright © 2023. All rights reserved.