Package | Description |
---|---|
com.amazonaws.services.dynamodbv2.model |
Modifier and Type | Method and Description |
---|---|
StreamRecord |
StreamRecord.addKeysEntry(String key,
AttributeValue value) |
StreamRecord |
StreamRecord.addNewImageEntry(String key,
AttributeValue value) |
StreamRecord |
StreamRecord.addOldImageEntry(String key,
AttributeValue value) |
StreamRecord |
StreamRecord.clearKeysEntries()
Removes all the entries added into Keys.
|
StreamRecord |
StreamRecord.clearNewImageEntries()
Removes all the entries added into NewImage.
|
StreamRecord |
StreamRecord.clearOldImageEntries()
Removes all the entries added into OldImage.
|
StreamRecord |
StreamRecord.clone() |
StreamRecord |
Record.getDynamodb()
The main body of the stream record, containing all of the DynamoDB-specific fields.
|
StreamRecord |
StreamRecord.withApproximateCreationDateTime(Date approximateCreationDateTime)
The approximate date and time when the stream record was created, in UNIX epoch time format.
|
StreamRecord |
StreamRecord.withKeys(Map<String,AttributeValue> keys)
The primary key attribute(s) for the DynamoDB item that was modified.
|
StreamRecord |
StreamRecord.withNewImage(Map<String,AttributeValue> newImage)
The item in the DynamoDB table as it appeared after it was modified.
|
StreamRecord |
StreamRecord.withOldImage(Map<String,AttributeValue> oldImage)
The item in the DynamoDB table as it appeared before it was modified.
|
StreamRecord |
StreamRecord.withSequenceNumber(String sequenceNumber)
The sequence number of the stream record.
|
StreamRecord |
StreamRecord.withSizeBytes(Long sizeBytes)
The size of the stream record, in bytes.
|
StreamRecord |
StreamRecord.withStreamViewType(StreamViewType streamViewType)
The type of data from the modified DynamoDB item that was captured in this stream record:
|
StreamRecord |
StreamRecord.withStreamViewType(String streamViewType)
The type of data from the modified DynamoDB item that was captured in this stream record:
|
Modifier and Type | Method and Description |
---|---|
void |
Record.setDynamodb(StreamRecord dynamodb)
The main body of the stream record, containing all of the DynamoDB-specific fields.
|
Record |
Record.withDynamodb(StreamRecord dynamodb)
The main body of the stream record, containing all of the DynamoDB-specific fields.
|
Copyright © 2019. All rights reserved.