Class PutLogsDetails.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • specversion

        public PutLogsDetails.Builder specversion​(String specversion)
        Required for identifying the version of the data format being used.

        Permitted values include: “1.0”

        Parameters:
        specversion - the value to set
        Returns:
        this builder
      • logEntryBatches

        public PutLogsDetails.Builder logEntryBatches​(List<LogEntryBatch> logEntryBatches)
        List of log-batches.

        Each batch has a single source, type and subject.

        Parameters:
        logEntryBatches - the value to set
        Returns:
        this builder