Interface OutboundKinesisRecordBuilder


  • @DoNotImplement
    public interface OutboundKinesisRecordBuilder
    The OutboundKinesisRecordBuilder enables the creation of OutboundKinesisRecords via its fluent API.

    Make sure that at least streamName, data and partitionKey is set before calling build().

    The internal state of this interface can only be changed via its methods. All arguments, that have mutable data types, are deep copied before the setting method returns.

    Since:
    4.14.0