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