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