Interface LogEventConfiguration.Builder

  • Method Details

    • eventType

      LogEventConfiguration.Builder eventType(String eventType)

      The type of event to log. These include event types like Connect, Publish, and Disconnect.

      Parameters:
      eventType - The type of event to log. These include event types like Connect, Publish, and Disconnect.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • logLevel

      The logging level for the specified event type. Determines the verbosity of log messages generated for this event type.

      Parameters:
      logLevel - The logging level for the specified event type. Determines the verbosity of log messages generated for this event type.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • logLevel

      The logging level for the specified event type. Determines the verbosity of log messages generated for this event type.

      Parameters:
      logLevel - The logging level for the specified event type. Determines the verbosity of log messages generated for this event type.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • logDestination

      LogEventConfiguration.Builder logDestination(String logDestination)

      CloudWatch Log Group for event-based logging. Specifies where log events should be sent. The log destination for event-based logging overrides default Log Group for the specified event type and applies to all resources associated with that event.

      Parameters:
      logDestination - CloudWatch Log Group for event-based logging. Specifies where log events should be sent. The log destination for event-based logging overrides default Log Group for the specified event type and applies to all resources associated with that event.
      Returns:
      Returns a reference to this object so that method calls can be chained together.