public class KinesisClientRecord extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
KinesisClientRecord(String sequenceNumber,
Instant approximateArrivalTimestamp,
ByteBuffer data,
String partitionKey,
software.amazon.awssdk.services.kinesis.model.EncryptionType encryptionType,
long subSequenceNumber,
String explicitHashKey,
boolean aggregated,
com.amazonaws.services.schemaregistry.common.Schema schema) |
| Modifier and Type | Method and Description |
|---|---|
static KinesisClientRecord |
fromRecord(software.amazon.awssdk.services.kinesis.model.Record record) |
protected KinesisClientRecord(String sequenceNumber, Instant approximateArrivalTimestamp, ByteBuffer data, String partitionKey, software.amazon.awssdk.services.kinesis.model.EncryptionType encryptionType, long subSequenceNumber, String explicitHashKey, boolean aggregated, com.amazonaws.services.schemaregistry.common.Schema schema)
public static KinesisClientRecord fromRecord(software.amazon.awssdk.services.kinesis.model.Record record)
Copyright © 2025. All rights reserved.