Uses of Interface
software.amazon.awssdk.services.dynamodb.model.Record.Builder
Packages that use Record.Builder
-
Uses of Record.Builder in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return Record.BuilderModifier and TypeMethodDescriptionThe region in which theGetRecordsrequest was received.static Record.BuilderRecord.builder()default Record.BuilderRecord.Builder.dynamodb(Consumer<StreamRecord.Builder> dynamodb) The main body of the stream record, containing all of the DynamoDB-specific fields.Record.Builder.dynamodb(StreamRecord dynamodb) The main body of the stream record, containing all of the DynamoDB-specific fields.A globally unique identifier for the event that was recorded in this stream record.The type of data modification that was performed on the DynamoDB table:Record.Builder.eventName(OperationType eventName) The type of data modification that was performed on the DynamoDB table:Record.Builder.eventSource(String eventSource) The Amazon Web Services service from which the stream record originated.Record.Builder.eventVersion(String eventVersion) The version number of the stream record format.Record.toBuilder()default Record.BuilderRecord.Builder.userIdentity(Consumer<Identity.Builder> userIdentity) Items that are deleted by the Time to Live process after expiration have the following fields:Record.Builder.userIdentity(Identity userIdentity) Items that are deleted by the Time to Live process after expiration have the following fields:Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type Record.BuilderModifier and TypeMethodDescriptionstatic Class<? extends Record.Builder>Record.serializableBuilderClass()