@Stability(value=Stable) public static final class CfnStream.KinesisConfigurationProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnStream.KinesisConfigurationProperty>
CfnStream.KinesisConfigurationProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnStream.KinesisConfigurationProperty.Builder |
aggregationEnabled(Boolean aggregationEnabled)
Sets the value of
CfnStream.KinesisConfigurationProperty.getAggregationEnabled() |
CfnStream.KinesisConfigurationProperty.Builder |
aggregationEnabled(IResolvable aggregationEnabled)
Sets the value of
CfnStream.KinesisConfigurationProperty.getAggregationEnabled() |
CfnStream.KinesisConfigurationProperty |
build()
Builds the configured instance.
|
CfnStream.KinesisConfigurationProperty.Builder |
streamArn(String streamArn)
Sets the value of
CfnStream.KinesisConfigurationProperty.getStreamArn() |
@Stability(value=Stable) public CfnStream.KinesisConfigurationProperty.Builder aggregationEnabled(Boolean aggregationEnabled)
CfnStream.KinesisConfigurationProperty.getAggregationEnabled()aggregationEnabled - Enables QLDB to publish multiple data records in a single Kinesis Data Streams record, increasing the number of records sent per API call.
This option is enabled by default. Record aggregation has important implications for processing records and requires de-aggregation in your stream consumer. To learn more, see KPL Key Concepts and Consumer De-aggregation in the Amazon Kinesis Data Streams Developer Guide .this@Stability(value=Stable) public CfnStream.KinesisConfigurationProperty.Builder aggregationEnabled(IResolvable aggregationEnabled)
CfnStream.KinesisConfigurationProperty.getAggregationEnabled()aggregationEnabled - Enables QLDB to publish multiple data records in a single Kinesis Data Streams record, increasing the number of records sent per API call.
This option is enabled by default. Record aggregation has important implications for processing records and requires de-aggregation in your stream consumer. To learn more, see KPL Key Concepts and Consumer De-aggregation in the Amazon Kinesis Data Streams Developer Guide .this@Stability(value=Stable) public CfnStream.KinesisConfigurationProperty.Builder streamArn(String streamArn)
CfnStream.KinesisConfigurationProperty.getStreamArn()streamArn - The Amazon Resource Name (ARN) of the Kinesis Data Streams resource.this@Stability(value=Stable) public CfnStream.KinesisConfigurationProperty build()
build in interface software.amazon.jsii.Builder<CfnStream.KinesisConfigurationProperty>CfnStream.KinesisConfigurationPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.