public static interface DataStorage.Builder extends SdkPojo, CopyableBuilder<DataStorage.Builder,DataStorage>
| Modifier and Type | Method and Description |
|---|---|
default DataStorage.Builder |
cwLog(Consumer<CwLog.Builder> cwLog)
A structure that contains the information about whether the app monitor stores copies of the data that RUM
collects in CloudWatch Logs.
|
DataStorage.Builder |
cwLog(CwLog cwLog)
A structure that contains the information about whether the app monitor stores copies of the data that RUM
collects in CloudWatch Logs.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDataStorage.Builder cwLog(CwLog cwLog)
A structure that contains the information about whether the app monitor stores copies of the data that RUM collects in CloudWatch Logs. If it does, this structure also contains the name of the log group.
cwLog - A structure that contains the information about whether the app monitor stores copies of the data that
RUM collects in CloudWatch Logs. If it does, this structure also contains the name of the log group.default DataStorage.Builder cwLog(Consumer<CwLog.Builder> cwLog)
A structure that contains the information about whether the app monitor stores copies of the data that RUM collects in CloudWatch Logs. If it does, this structure also contains the name of the log group.
This is a convenience method that creates an instance of theCwLog.Builder avoiding the need to
create one manually via CwLog.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to cwLog(CwLog).
cwLog - a consumer that will call methods on CwLog.BuildercwLog(CwLog)Copyright © 2023. All rights reserved.