Interface CwLog.Builder

All Superinterfaces:
Buildable, CopyableBuilder<CwLog.Builder,CwLog>, SdkBuilder<CwLog.Builder,CwLog>, SdkPojo
Enclosing class:
CwLog

public static interface CwLog.Builder extends SdkPojo, CopyableBuilder<CwLog.Builder,CwLog>
  • Method Details

    • 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.