public static interface ReplicaGlobalSecondaryIndexSettingsUpdate.Builder extends CopyableBuilder<ReplicaGlobalSecondaryIndexSettingsUpdate.Builder,ReplicaGlobalSecondaryIndexSettingsUpdate>
| Modifier and Type | Method and Description |
|---|---|
ReplicaGlobalSecondaryIndexSettingsUpdate.Builder |
indexName(String indexName)
The name of the global secondary index.
|
ReplicaGlobalSecondaryIndexSettingsUpdate.Builder |
provisionedReadCapacityUnits(Long provisionedReadCapacityUnits)
The maximum number of strongly consistent reads consumed per second before DynamoDB returns a
ThrottlingException. |
copyapplyMutation, buildReplicaGlobalSecondaryIndexSettingsUpdate.Builder indexName(String indexName)
The name of the global secondary index. The name must be unique among all other indexes on this table.
indexName - The name of the global secondary index. The name must be unique among all other indexes on this table.ReplicaGlobalSecondaryIndexSettingsUpdate.Builder provisionedReadCapacityUnits(Long provisionedReadCapacityUnits)
The maximum number of strongly consistent reads consumed per second before DynamoDB returns a
ThrottlingException.
provisionedReadCapacityUnits - The maximum number of strongly consistent reads consumed per second before DynamoDB returns a
ThrottlingException.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.