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