public static interface TransactWriteItemsResponse.Builder extends DynamoDbResponse.Builder, SdkPojo, CopyableBuilder<TransactWriteItemsResponse.Builder,TransactWriteItemsResponse>
Modifier and Type | Method and Description |
---|---|
TransactWriteItemsResponse.Builder |
consumedCapacity(Collection<ConsumedCapacity> consumedCapacity)
The capacity units consumed by the entire
TransactWriteItems operation. |
TransactWriteItemsResponse.Builder |
consumedCapacity(ConsumedCapacity... consumedCapacity)
The capacity units consumed by the entire
TransactWriteItems operation. |
TransactWriteItemsResponse.Builder |
consumedCapacity(Consumer<ConsumedCapacity.Builder>... consumedCapacity)
The capacity units consumed by the entire
TransactWriteItems operation. |
TransactWriteItemsResponse.Builder |
itemCollectionMetrics(Map<String,? extends Collection<ItemCollectionMetrics>> itemCollectionMetrics)
A list of tables that were processed by
TransactWriteItems and, for each table, information
about any item collections that were affected by individual UpdateItem , PutItem or
DeleteItem operations. |
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
TransactWriteItemsResponse.Builder consumedCapacity(Collection<ConsumedCapacity> consumedCapacity)
The capacity units consumed by the entire TransactWriteItems
operation. The values of the list
are ordered according to the ordering of the TransactItems
request parameter.
consumedCapacity
- The capacity units consumed by the entire TransactWriteItems
operation. The values of the
list are ordered according to the ordering of the TransactItems
request parameter.TransactWriteItemsResponse.Builder consumedCapacity(ConsumedCapacity... consumedCapacity)
The capacity units consumed by the entire TransactWriteItems
operation. The values of the list
are ordered according to the ordering of the TransactItems
request parameter.
consumedCapacity
- The capacity units consumed by the entire TransactWriteItems
operation. The values of the
list are ordered according to the ordering of the TransactItems
request parameter.TransactWriteItemsResponse.Builder consumedCapacity(Consumer<ConsumedCapacity.Builder>... consumedCapacity)
The capacity units consumed by the entire TransactWriteItems
operation. The values of the list
are ordered according to the ordering of the TransactItems
request parameter.
List.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 #consumedCapacity(List)
.consumedCapacity
- a consumer that will call methods on List.Builder
#consumedCapacity(List)
TransactWriteItemsResponse.Builder itemCollectionMetrics(Map<String,? extends Collection<ItemCollectionMetrics>> itemCollectionMetrics)
A list of tables that were processed by TransactWriteItems
and, for each table, information
about any item collections that were affected by individual UpdateItem
, PutItem
or
DeleteItem
operations.
itemCollectionMetrics
- A list of tables that were processed by TransactWriteItems
and, for each table,
information about any item collections that were affected by individual UpdateItem
,
PutItem
or DeleteItem
operations.Copyright © 2019. All rights reserved.