public static interface KinesisConfiguration.Builder extends SdkPojo, CopyableBuilder<KinesisConfiguration.Builder,KinesisConfiguration>
| Modifier and Type | Method and Description |
|---|---|
KinesisConfiguration.Builder |
aggregationEnabled(Boolean aggregationEnabled)
Enables QLDB to publish multiple data records in a single Kinesis Data Streams record, increasing the number
of records sent per API call.
|
KinesisConfiguration.Builder |
streamArn(String streamArn)
The Amazon Resource Name (ARN) of the Kinesis Data Streams resource.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildKinesisConfiguration.Builder streamArn(String streamArn)
The Amazon Resource Name (ARN) of the Kinesis Data Streams resource.
streamArn - The Amazon Resource Name (ARN) of the Kinesis Data Streams resource.KinesisConfiguration.Builder aggregationEnabled(Boolean 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.
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.
Copyright © 2023. All rights reserved.