@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
CfnFunction.DynamoDBEventProperty.getBatchSize() |
CfnFunction.DynamoDBEventProperty |
build()
Builds the configured instance.
|
CfnFunction.DynamoDBEventProperty.Builder |
enabled(Boolean enabled)
Sets the value of
CfnFunction.DynamoDBEventProperty.getEnabled() |
CfnFunction.DynamoDBEventProperty.Builder |
enabled(IResolvable enabled)
Sets the value of
CfnFunction.DynamoDBEventProperty.getEnabled() |
CfnFunction.DynamoDBEventProperty.Builder |
startingPosition(String startingPosition)
Sets the value of
CfnFunction.DynamoDBEventProperty.getStartingPosition() |
CfnFunction.DynamoDBEventProperty.Builder |
stream(String stream)
Sets the value of
CfnFunction.DynamoDBEventProperty.getStream() |
@Stability(value=External) public CfnFunction.DynamoDBEventProperty.Builder startingPosition(String startingPosition)
CfnFunction.DynamoDBEventProperty.getStartingPosition()startingPosition - `CfnFunction.DynamoDBEventProperty.StartingPosition`. This parameter is required.this@Stability(value=External) public CfnFunction.DynamoDBEventProperty.Builder stream(String stream)
CfnFunction.DynamoDBEventProperty.getStream()stream - `CfnFunction.DynamoDBEventProperty.Stream`. This parameter is required.this@Stability(value=External) public CfnFunction.DynamoDBEventProperty.Builder batchSize(Number batchSize)
CfnFunction.DynamoDBEventProperty.getBatchSize()batchSize - `CfnFunction.DynamoDBEventProperty.BatchSize`.this@Stability(value=External) public CfnFunction.DynamoDBEventProperty.Builder enabled(Boolean enabled)
CfnFunction.DynamoDBEventProperty.getEnabled()enabled - `CfnFunction.DynamoDBEventProperty.Enabled`.this@Stability(value=External) public CfnFunction.DynamoDBEventProperty.Builder enabled(IResolvable enabled)
CfnFunction.DynamoDBEventProperty.getEnabled()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.