Uses of Interface
software.amazon.awssdk.services.dynamodb.model.StreamRecord.Builder
-
Packages that use StreamRecord.Builder Package Description software.amazon.awssdk.services.dynamodb.model -
-
Uses of StreamRecord.Builder in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return StreamRecord.Builder Modifier and Type Method Description StreamRecord.BuilderStreamRecord.Builder. approximateCreationDateTime(Instant approximateCreationDateTime)The approximate date and time when the stream record was created, in ISO 8601 format and rounded down to the closest second.static StreamRecord.BuilderStreamRecord. builder()StreamRecord.BuilderStreamRecord.Builder. keys(Map<String,AttributeValue> keys)The primary key attribute(s) for the DynamoDB item that was modified.StreamRecord.BuilderStreamRecord.Builder. newImage(Map<String,AttributeValue> newImage)The item in the DynamoDB table as it appeared after it was modified.StreamRecord.BuilderStreamRecord.Builder. oldImage(Map<String,AttributeValue> oldImage)The item in the DynamoDB table as it appeared before it was modified.StreamRecord.BuilderStreamRecord.Builder. sequenceNumber(String sequenceNumber)The sequence number of the stream record.StreamRecord.BuilderStreamRecord.Builder. sizeBytes(Long sizeBytes)The size of the stream record, in bytes.StreamRecord.BuilderStreamRecord.Builder. streamViewType(String streamViewType)The type of data from the modified DynamoDB item that was captured in this stream record:StreamRecord.BuilderStreamRecord.Builder. streamViewType(StreamViewType streamViewType)The type of data from the modified DynamoDB item that was captured in this stream record:StreamRecord.BuilderStreamRecord. toBuilder()Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type StreamRecord.Builder Modifier and Type Method Description static Class<? extends StreamRecord.Builder>StreamRecord. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.dynamodb.model with type arguments of type StreamRecord.Builder Modifier and Type Method Description default Record.BuilderRecord.Builder. dynamodb(Consumer<StreamRecord.Builder> dynamodb)The main body of the stream record, containing all of the DynamoDB-specific fields.
-