Interface S3EventNotificationWriter.Builder

  • Method Details

    • prettyPrint

      S3EventNotificationWriter.Builder prettyPrint(Boolean prettyPrint)
      Configure whether the writer should "pretty-print" the output.

      When set to true, this will add new lines and indentation to the output to make it easier for a human to read, at the expense of extra data (white space) being output.

      By default, this is false.