@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.Builder |
batchSize(Number batchSize)
Sets the value of
CfnFunction.KinesisEventProperty.getBatchSize() |
CfnFunction.KinesisEventProperty |
build()
Builds the configured instance.
|
CfnFunction.KinesisEventProperty.Builder |
enabled(Boolean enabled)
Sets the value of
CfnFunction.KinesisEventProperty.getEnabled() |
CfnFunction.KinesisEventProperty.Builder |
enabled(IResolvable enabled)
Sets the value of
CfnFunction.KinesisEventProperty.getEnabled() |
CfnFunction.KinesisEventProperty.Builder |
startingPosition(String startingPosition)
Sets the value of
CfnFunction.KinesisEventProperty.getStartingPosition() |
CfnFunction.KinesisEventProperty.Builder |
stream(String stream)
Sets the value of
CfnFunction.KinesisEventProperty.getStream() |
@Stability(value=External) public CfnFunction.KinesisEventProperty.Builder startingPosition(String startingPosition)
CfnFunction.KinesisEventProperty.getStartingPosition()startingPosition - `CfnFunction.KinesisEventProperty.StartingPosition`. This parameter is required.this@Stability(value=External) public CfnFunction.KinesisEventProperty.Builder stream(String stream)
CfnFunction.KinesisEventProperty.getStream()stream - `CfnFunction.KinesisEventProperty.Stream`. This parameter is required.this@Stability(value=External) public CfnFunction.KinesisEventProperty.Builder batchSize(Number batchSize)
CfnFunction.KinesisEventProperty.getBatchSize()batchSize - `CfnFunction.KinesisEventProperty.BatchSize`.this@Stability(value=External) public CfnFunction.KinesisEventProperty.Builder enabled(Boolean enabled)
CfnFunction.KinesisEventProperty.getEnabled()enabled - `CfnFunction.KinesisEventProperty.Enabled`.this@Stability(value=External) public CfnFunction.KinesisEventProperty.Builder enabled(IResolvable enabled)
CfnFunction.KinesisEventProperty.getEnabled()enabled - `CfnFunction.KinesisEventProperty.Enabled`.this@Stability(value=External) public CfnFunction.KinesisEventProperty build()
CfnFunction.KinesisEventPropertyNullPointerException - if any required attribute was not providedCopyright © 2019. All rights reserved.