public static class KinesisEvent.Record extends Record
Constructor and Description |
---|
Record()
default constructor
(Not available in v1)
|
Modifier and Type | Method and Description |
---|---|
KinesisEvent.Record |
clone() |
boolean |
equals(Object obj) |
String |
getKinesisSchemaVersion()
Gets the schema version for the record
|
int |
hashCode() |
void |
setKinesisSchemaVersion(String kinesisSchemaVersion)
Sets the schema version for the record
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
getApproximateArrivalTimestamp, getData, getEncryptionType, getPartitionKey, getSequenceNumber, setApproximateArrivalTimestamp, setData, setEncryptionType, setPartitionKey, setSequenceNumber, withApproximateArrivalTimestamp, withData, withEncryptionType, withEncryptionType, withPartitionKey, withSequenceNumber
public String getKinesisSchemaVersion()
public void setKinesisSchemaVersion(String kinesisSchemaVersion)
kinesisSchemaVersion
- A string containing the schema versionpublic String toString()
toString
in class Record
Object.toString()
public KinesisEvent.Record clone()
Copyright © 2021. All rights reserved.