public static interface GlobalTableGlobalSecondaryIndexSettingsUpdate.Builder extends CopyableBuilder<GlobalTableGlobalSecondaryIndexSettingsUpdate.Builder,GlobalTableGlobalSecondaryIndexSettingsUpdate>
| Modifier and Type | Method and Description |
|---|---|
GlobalTableGlobalSecondaryIndexSettingsUpdate.Builder |
indexName(String indexName)
The name of the global secondary index.
|
GlobalTableGlobalSecondaryIndexSettingsUpdate.Builder |
provisionedWriteCapacityUnits(Long provisionedWriteCapacityUnits)
The maximum number of writes consumed per second before DynamoDB returns a
ThrottlingException. |
copyapplyMutation, buildGlobalTableGlobalSecondaryIndexSettingsUpdate.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.GlobalTableGlobalSecondaryIndexSettingsUpdate.Builder provisionedWriteCapacityUnits(Long provisionedWriteCapacityUnits)
The maximum number of writes consumed per second before DynamoDB returns a ThrottlingException.
provisionedWriteCapacityUnits - The maximum number of writes consumed per second before DynamoDB returns a
ThrottlingException.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.