Interface KinesisConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<KinesisConfiguration.Builder,,KinesisConfiguration> SdkBuilder<KinesisConfiguration.Builder,,KinesisConfiguration> SdkPojo
- Enclosing class:
KinesisConfiguration
-
Method Summary
Modifier and TypeMethodDescriptionaggregationEnabled(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.The Amazon Resource Name (ARN) of the Kinesis Data Streams resource.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
streamArn
The Amazon Resource Name (ARN) of the Kinesis Data Streams resource.
- Parameters:
streamArn- The Amazon Resource Name (ARN) of the Kinesis Data Streams resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
aggregationEnabled
Enables QLDB to publish multiple data records in a single Kinesis Data Streams record, increasing the number of records sent per API call.
Default:
TrueRecord 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.
- Parameters:
aggregationEnabled- Enables QLDB to publish multiple data records in a single Kinesis Data Streams record, increasing the number of records sent per API call.Default:
TrueRecord 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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-