public final class TransactWriteItemsEnhancedRequest extends Object
DynamoDbEnhancedClient.transactWriteItems(TransactWriteItemsEnhancedRequest)).
A request contains parameters for the different actions available in the operation:
PutItemEnhancedRequest and each low-level action request
is associated with with the table where the action should be applied.
On initialization, these requests are transformed into TransactWriteItem and stored in the request.| Modifier and Type | Class and Description |
|---|---|
static class |
TransactWriteItemsEnhancedRequest.Builder
A builder that is used to create a transaction object with the desired parameters.
|
| Modifier and Type | Method and Description |
|---|---|
static TransactWriteItemsEnhancedRequest.Builder |
builder()
Creates a newly initialized builder for a request object.
|
boolean |
equals(Object o) |
int |
hashCode() |
List<TransactWriteItem> |
transactWriteItems()
Returns the list of
TransactWriteItem that represents all actions in the request. |
public static TransactWriteItemsEnhancedRequest.Builder builder()
public List<TransactWriteItem> transactWriteItems()
TransactWriteItem that represents all actions in the request.Copyright © 2020. All rights reserved.