Interface AddKeyEntry.Builder

  • Method Details

    • key

      The key of the new entry to be added to the log event

      Parameters:
      key - The key of the new entry to be added to the log event
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • value

      The value of the new entry to be added to the log event

      Parameters:
      value - The value of the new entry to be added to the log event
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overwriteIfExists

      AddKeyEntry.Builder overwriteIfExists(Boolean overwriteIfExists)

      Specifies whether to overwrite the value if the key already exists in the log event. If you omit this, the default is false.

      Parameters:
      overwriteIfExists - Specifies whether to overwrite the value if the key already exists in the log event. If you omit this, the default is false.
      Returns:
      Returns a reference to this object so that method calls can be chained together.