Interface CwLog.Builder

    • Method Detail

      • cwLogEnabled

        CwLog.Builder cwLogEnabled​(Boolean cwLogEnabled)

        Indicated whether the app monitor stores copies of the data that RUM collects in CloudWatch Logs.

        Parameters:
        cwLogEnabled - Indicated whether the app monitor stores copies of the data that RUM collects in CloudWatch Logs.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • cwLogGroup

        CwLog.Builder cwLogGroup​(String cwLogGroup)

        The name of the log group where the copies are stored.

        Parameters:
        cwLogGroup - The name of the log group where the copies are stored.
        Returns:
        Returns a reference to this object so that method calls can be chained together.