public static interface ReplicaSettingsUpdate.Builder extends 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 |
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 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 © 2017 Amazon Web Services, Inc. All Rights Reserved.