| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotevents.model |
| Modifier and Type | Method and Description |
|---|---|
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() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DynamoDBAction.Builder> |
DynamoDBAction.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Action.Builder |
Action.Builder.dynamoDB(Consumer<DynamoDBAction.Builder> dynamoDB)
Writes to the DynamoDB table that you created.
|
default AlarmAction.Builder |
AlarmAction.Builder.dynamoDB(Consumer<DynamoDBAction.Builder> dynamoDB)
Sets the value of the DynamoDB property for this object.
|
Copyright © 2022. All rights reserved.