Interface CwLog.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<CwLog.Builder,
,CwLog> SdkBuilder<CwLog.Builder,
,CwLog> SdkPojo
- Enclosing class:
CwLog
-
Method Summary
Modifier and TypeMethodDescriptioncwLogEnabled
(Boolean cwLogEnabled) Indicated whether the app monitor stores copies of the data that RUM collects in CloudWatch Logs.cwLogGroup
(String cwLogGroup) The name of the log group where the copies are stored.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
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
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.
-