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 |
withBatchSize(software.amazon.awscdk.Token value)
Sets the value of BatchSize
|
CfnFunction.DynamoDBEventProperty.Builder |
withEnabled(Boolean value)
Sets the value of Enabled
|
CfnFunction.DynamoDBEventProperty.Builder |
withEnabled(software.amazon.awscdk.Token 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
|
public CfnFunction.DynamoDBEventProperty.Builder withStartingPosition(String value)
value - `CfnFunction.DynamoDBEventProperty.StartingPosition`.thispublic CfnFunction.DynamoDBEventProperty.Builder withStream(String value)
value - `CfnFunction.DynamoDBEventProperty.Stream`.thispublic CfnFunction.DynamoDBEventProperty.Builder withBatchSize(@Nullable Number value)
value - `CfnFunction.DynamoDBEventProperty.BatchSize`.thispublic CfnFunction.DynamoDBEventProperty.Builder withBatchSize(@Nullable software.amazon.awscdk.Token value)
value - `CfnFunction.DynamoDBEventProperty.BatchSize`.thispublic CfnFunction.DynamoDBEventProperty.Builder withEnabled(@Nullable Boolean value)
value - `CfnFunction.DynamoDBEventProperty.Enabled`.thispublic CfnFunction.DynamoDBEventProperty.Builder withEnabled(@Nullable software.amazon.awscdk.Token value)
value - `CfnFunction.DynamoDBEventProperty.Enabled`.thispublic CfnFunction.DynamoDBEventProperty build()
CfnFunction.DynamoDBEventPropertyNullPointerException - if any required attribute was not providedCopyright © 2019. All rights reserved.