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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CwLog.BuildercwLogEnabled(Boolean cwLogEnabled)Indicated whether the app monitor stores copies of the data that RUM collects in CloudWatch Logs.CwLog.BuildercwLogGroup(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 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.
-
-