| Package | Description |
|---|---|
| com.amazonaws.services.lambda.runtime.events | |
| com.amazonaws.services.lambda.runtime.events.models.kinesis |
| Modifier and Type | Class and Description |
|---|---|
static class |
KinesisEvent.Record
The unit of data of an Amazon Kinesis stream
|
| Modifier and Type | Method and Description |
|---|---|
Record |
Record.clone() |
Record |
Record.withApproximateArrivalTimestamp(Date approximateArrivalTimestamp)
The approximate time that the record was inserted into the stream.
|
Record |
Record.withData(ByteBuffer data)
The data blob.
|
Record |
Record.withEncryptionType(EncryptionType encryptionType)
The encryption type used on the record.
|
Record |
Record.withEncryptionType(String encryptionType)
The encryption type used on the record.
|
Record |
Record.withPartitionKey(String partitionKey)
Identifies which shard in the stream the data record is assigned to.
|
Record |
Record.withSequenceNumber(String sequenceNumber)
The unique identifier of the record within its shard.
|
Copyright © 2020. All rights reserved.