Uses of Interface
software.amazon.awssdk.services.kinesis.model.Record.Builder
Packages that use Record.Builder
-
Uses of Record.Builder in software.amazon.awssdk.services.kinesis.model
Methods in software.amazon.awssdk.services.kinesis.model that return Record.BuilderModifier and TypeMethodDescriptionRecord.Builder.approximateArrivalTimestamp(Instant approximateArrivalTimestamp) The approximate time that the record was inserted into the stream.static Record.BuilderRecord.builder()The data blob.Record.Builder.encryptionType(String encryptionType) The encryption type used on the record.Record.Builder.encryptionType(EncryptionType encryptionType) The encryption type used on the record.Record.Builder.partitionKey(String partitionKey) Identifies which shard in the stream the data record is assigned to.Record.Builder.sequenceNumber(String sequenceNumber) The unique identifier of the record within its shard.Record.toBuilder()Methods in software.amazon.awssdk.services.kinesis.model that return types with arguments of type Record.BuilderModifier and TypeMethodDescriptionfinal List<Record.Builder>SubscribeToShardEvent.BuilderImpl.getRecords()static Class<? extends Record.Builder>Record.serializableBuilderClass()