static DynamoDBAction.Builder |
DynamoDBAction.builder() |
|
DynamoDBAction.Builder |
DynamoDBAction.Builder.hashKeyField(String hashKeyField) |
The name of the hash key (also called the partition key).
|
DynamoDBAction.Builder |
DynamoDBAction.Builder.hashKeyType(String hashKeyType) |
The data type for the hash key (also called the partition key).
|
DynamoDBAction.Builder |
DynamoDBAction.Builder.hashKeyValue(String hashKeyValue) |
The value of the hash key (also called the partition key).
|
DynamoDBAction.Builder |
DynamoDBAction.Builder.operation(String operation) |
The type of operation to perform.
|
default DynamoDBAction.Builder |
DynamoDBAction.Builder.payload(Consumer<Payload.Builder> payload) |
Sets the value of the Payload property for this object.
|
DynamoDBAction.Builder |
DynamoDBAction.Builder.payload(Payload payload) |
Sets the value of the Payload property for this object.
|
DynamoDBAction.Builder |
DynamoDBAction.Builder.payloadField(String payloadField) |
The name of the DynamoDB column that receives the action payload.
|
DynamoDBAction.Builder |
DynamoDBAction.Builder.rangeKeyField(String rangeKeyField) |
The name of the range key (also called the sort key).
|
DynamoDBAction.Builder |
DynamoDBAction.Builder.rangeKeyType(String rangeKeyType) |
The data type for the range key (also called the sort key), You can specify the following values:
|
DynamoDBAction.Builder |
DynamoDBAction.Builder.rangeKeyValue(String rangeKeyValue) |
The value of the range key (also called the sort key).
|
DynamoDBAction.Builder |
DynamoDBAction.Builder.tableName(String tableName) |
The name of the DynamoDB table.
|
DynamoDBAction.Builder |
DynamoDBAction.toBuilder() |
|