@Stability(value=External) public static final class CfnFunction.DynamoDBEventProperty.Builder extends Object
CfnFunction.DynamoDBEventProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnFunction.DynamoDBEventProperty.Builder |
batchSize(Number batchSize)
Sets the value of BatchSize
|
CfnFunction.DynamoDBEventProperty |
build()
Builds the configured instance.
|
CfnFunction.DynamoDBEventProperty.Builder |
enabled(Boolean enabled)
Sets the value of Enabled
|
CfnFunction.DynamoDBEventProperty.Builder |
enabled(software.amazon.awscdk.core.IResolvable enabled)
Sets the value of Enabled
|
CfnFunction.DynamoDBEventProperty.Builder |
startingPosition(String startingPosition)
Sets the value of StartingPosition
|
CfnFunction.DynamoDBEventProperty.Builder |
stream(String stream)
Sets the value of Stream
|
@Stability(value=External) public CfnFunction.DynamoDBEventProperty.Builder startingPosition(String startingPosition)
startingPosition - `CfnFunction.DynamoDBEventProperty.StartingPosition`. This parameter is required.this@Stability(value=External) public CfnFunction.DynamoDBEventProperty.Builder stream(String stream)
stream - `CfnFunction.DynamoDBEventProperty.Stream`. This parameter is required.this@Stability(value=External) public CfnFunction.DynamoDBEventProperty.Builder batchSize(Number batchSize)
batchSize - `CfnFunction.DynamoDBEventProperty.BatchSize`.this@Stability(value=External) public CfnFunction.DynamoDBEventProperty.Builder enabled(Boolean enabled)
enabled - `CfnFunction.DynamoDBEventProperty.Enabled`.this@Stability(value=External) public CfnFunction.DynamoDBEventProperty.Builder enabled(software.amazon.awscdk.core.IResolvable enabled)
enabled - `CfnFunction.DynamoDBEventProperty.Enabled`.this@Stability(value=External) public CfnFunction.DynamoDBEventProperty build()
CfnFunction.DynamoDBEventPropertyNullPointerException - if any required attribute was not providedCopyright © 2019. All rights reserved.