@Stability(value=Stable) public static final class CfnDetectorModel.DynamoDBv2Property.Builder extends Object implements software.amazon.jsii.Builder<CfnDetectorModel.DynamoDBv2Property>
CfnDetectorModel.DynamoDBv2Property| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnDetectorModel.DynamoDBv2Property |
build()
Builds the configured instance.
|
CfnDetectorModel.DynamoDBv2Property.Builder |
payload(CfnDetectorModel.PayloadProperty payload)
Sets the value of
CfnDetectorModel.DynamoDBv2Property.getPayload() |
CfnDetectorModel.DynamoDBv2Property.Builder |
payload(IResolvable payload)
Sets the value of
CfnDetectorModel.DynamoDBv2Property.getPayload() |
CfnDetectorModel.DynamoDBv2Property.Builder |
tableName(String tableName)
Sets the value of
CfnDetectorModel.DynamoDBv2Property.getTableName() |
@Stability(value=Stable) public CfnDetectorModel.DynamoDBv2Property.Builder tableName(String tableName)
CfnDetectorModel.DynamoDBv2Property.getTableName()tableName - The name of the DynamoDB table. This parameter is required.this@Stability(value=Stable) public CfnDetectorModel.DynamoDBv2Property.Builder payload(CfnDetectorModel.PayloadProperty payload)
CfnDetectorModel.DynamoDBv2Property.getPayload()payload - Information needed to configure the payload.
By default, AWS IoT Events generates a standard payload in JSON for any action. This action payload contains all attribute-value pairs that have the information about the detector model instance and the event triggered the action. To configure the action payload, you can use contentExpression .this@Stability(value=Stable) public CfnDetectorModel.DynamoDBv2Property.Builder payload(IResolvable payload)
CfnDetectorModel.DynamoDBv2Property.getPayload()payload - Information needed to configure the payload.
By default, AWS IoT Events generates a standard payload in JSON for any action. This action payload contains all attribute-value pairs that have the information about the detector model instance and the event triggered the action. To configure the action payload, you can use contentExpression .this@Stability(value=Stable) public CfnDetectorModel.DynamoDBv2Property build()
build in interface software.amazon.jsii.Builder<CfnDetectorModel.DynamoDBv2Property>CfnDetectorModel.DynamoDBv2PropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.