Interface EventInput.Builder

  • Method Details

    • payload

      EventInput.Builder payload(String payload)

      The input payload.

      Parameters:
      payload - The input payload.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • truncated

      EventInput.Builder truncated(Boolean truncated)

      Indicates if the error payload was truncated due to size limits.

      Parameters:
      truncated - Indicates if the error payload was truncated due to size limits.
      Returns:
      Returns a reference to this object so that method calls can be chained together.