Uses of Interface
software.amazon.awssdk.services.dynamodb.model.StreamRecord.Builder
Packages that use StreamRecord.Builder
-
Uses of StreamRecord.Builder in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return StreamRecord.BuilderModifier and TypeMethodDescriptionStreamRecord.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.Builder.keys(Map<String, AttributeValue> keys) The primary key attribute(s) for the DynamoDB item that was modified.StreamRecord.Builder.newImage(Map<String, AttributeValue> newImage) The item in the DynamoDB table as it appeared after it was modified.StreamRecord.Builder.oldImage(Map<String, AttributeValue> oldImage) The item in the DynamoDB table as it appeared before it was modified.StreamRecord.Builder.sequenceNumber(String sequenceNumber) The sequence number of the stream record.The size of the stream record, in bytes.StreamRecord.Builder.streamViewType(String streamViewType) The type of data from the modified DynamoDB item that was captured in this stream record:StreamRecord.Builder.streamViewType(StreamViewType streamViewType) The type of data from the modified DynamoDB item that was captured in this stream record:StreamRecord.toBuilder()Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type StreamRecord.BuilderModifier and TypeMethodDescriptionstatic Class<? extends StreamRecord.Builder>StreamRecord.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.dynamodb.model with type arguments of type StreamRecord.BuilderModifier and TypeMethodDescriptiondefault Record.BuilderRecord.Builder.dynamodb(Consumer<StreamRecord.Builder> dynamodb) The main body of the stream record, containing all of the DynamoDB-specific fields.