Package | Description |
---|---|
software.amazon.awssdk.services.iot.model |
Modifier and Type | Method and Description |
---|---|
static DynamoDBAction.Builder |
DynamoDBAction.builder() |
DynamoDBAction.Builder |
DynamoDBAction.Builder.hashKeyField(String hashKeyField)
The hash key name.
|
DynamoDBAction.Builder |
DynamoDBAction.Builder.hashKeyType(DynamoKeyType hashKeyType)
The hash key type.
|
DynamoDBAction.Builder |
DynamoDBAction.Builder.hashKeyType(String hashKeyType)
The hash key type.
|
DynamoDBAction.Builder |
DynamoDBAction.Builder.hashKeyValue(String hashKeyValue)
The hash key value.
|
DynamoDBAction.Builder |
DynamoDBAction.Builder.operation(String operation)
The type of operation to be performed.
|
DynamoDBAction.Builder |
DynamoDBAction.Builder.payloadField(String payloadField)
The action payload.
|
DynamoDBAction.Builder |
DynamoDBAction.Builder.rangeKeyField(String rangeKeyField)
The range key name.
|
DynamoDBAction.Builder |
DynamoDBAction.Builder.rangeKeyType(DynamoKeyType rangeKeyType)
The range key type.
|
DynamoDBAction.Builder |
DynamoDBAction.Builder.rangeKeyType(String rangeKeyType)
The range key type.
|
DynamoDBAction.Builder |
DynamoDBAction.Builder.rangeKeyValue(String rangeKeyValue)
The range key value.
|
DynamoDBAction.Builder |
DynamoDBAction.Builder.roleArn(String roleArn)
The ARN of the IAM role that grants access to the DynamoDB table.
|
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)
Write to a DynamoDB table.
|
Copyright © 2020. All rights reserved.