Interface LogDeliveryParameters.Builder

  • Method Details

    • logTypesWithStrings

      LogDeliveryParameters.Builder logTypesWithStrings(Collection<String> logTypes)

      The type of log that the source is sending.

      Parameters:
      logTypes - The type of log that the source is sending.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • logTypesWithStrings

      LogDeliveryParameters.Builder logTypesWithStrings(String... logTypes)

      The type of log that the source is sending.

      Parameters:
      logTypes - The type of log that the source is sending.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • logTypes

      The type of log that the source is sending.

      Parameters:
      logTypes - The type of log that the source is sending.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • logTypes

      LogDeliveryParameters.Builder logTypes(LogType... logTypes)

      The type of log that the source is sending.

      Parameters:
      logTypes - The type of log that the source is sending.
      Returns:
      Returns a reference to this object so that method calls can be chained together.