CopyableBuilder<ConsumedCapacity.Builder,ConsumedCapacity>
, SdkBuilder<ConsumedCapacity.Builder,ConsumedCapacity>
public static interface ConsumedCapacity.Builder extends CopyableBuilder<ConsumedCapacity.Builder,ConsumedCapacity>
Modifier and Type | Method | Description |
---|---|---|
ConsumedCapacity.Builder |
capacityUnits(Double capacityUnits) |
The total number of capacity units consumed by the operation.
|
ConsumedCapacity.Builder |
globalSecondaryIndexes(Map<String,Capacity> globalSecondaryIndexes) |
The amount of throughput consumed on each global index affected by the operation.
|
ConsumedCapacity.Builder |
localSecondaryIndexes(Map<String,Capacity> localSecondaryIndexes) |
The amount of throughput consumed on each local index affected by the operation.
|
ConsumedCapacity.Builder |
table(Capacity table) |
The amount of throughput consumed on the table affected by the operation.
|
ConsumedCapacity.Builder |
tableName(String tableName) |
The name of the table that was affected by the operation.
|
copy
apply, build
ConsumedCapacity.Builder tableName(String tableName)
The name of the table that was affected by the operation.
tableName
- The name of the table that was affected by the operation.ConsumedCapacity.Builder capacityUnits(Double capacityUnits)
The total number of capacity units consumed by the operation.
capacityUnits
- The total number of capacity units consumed by the operation.ConsumedCapacity.Builder table(Capacity table)
The amount of throughput consumed on the table affected by the operation.
table
- The amount of throughput consumed on the table affected by the operation.ConsumedCapacity.Builder localSecondaryIndexes(Map<String,Capacity> localSecondaryIndexes)
The amount of throughput consumed on each local index affected by the operation.
localSecondaryIndexes
- The amount of throughput consumed on each local index affected by the operation.ConsumedCapacity.Builder globalSecondaryIndexes(Map<String,Capacity> globalSecondaryIndexes)
The amount of throughput consumed on each global index affected by the operation.
globalSecondaryIndexes
- The amount of throughput consumed on each global index affected by the operation.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.