public static interface ReportOverride.Builder extends SdkPojo, CopyableBuilder<ReportOverride.Builder,ReportOverride>
| Modifier and Type | Method and Description |
|---|---|
ReportOverride.Builder |
reportLevel(ReportLevel reportLevel)
Specifies whether your task report includes errors only or successes and errors.
|
ReportOverride.Builder |
reportLevel(String reportLevel)
Specifies whether your task report includes errors only or successes and errors.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildReportOverride.Builder reportLevel(String reportLevel)
Specifies whether your task report includes errors only or successes and errors.
For example, your report might mostly include only what didn't go well in your transfer (
ERRORS_ONLY). At the same time, you want to verify that your task filter is working
correctly. In this situation, you can get a list of what files DataSync successfully skipped and if something
transferred that you didn't to transfer (SUCCESSES_AND_ERRORS).
reportLevel - Specifies whether your task report includes errors only or successes and errors.
For example, your report might mostly include only what didn't go well in your transfer (
ERRORS_ONLY). At the same time, you want to verify that your task filter is working
correctly. In this situation, you can get a list of what files DataSync successfully skipped and if
something transferred that you didn't to transfer (SUCCESSES_AND_ERRORS).
ReportLevel,
ReportLevelReportOverride.Builder reportLevel(ReportLevel reportLevel)
Specifies whether your task report includes errors only or successes and errors.
For example, your report might mostly include only what didn't go well in your transfer (
ERRORS_ONLY). At the same time, you want to verify that your task filter is working
correctly. In this situation, you can get a list of what files DataSync successfully skipped and if something
transferred that you didn't to transfer (SUCCESSES_AND_ERRORS).
reportLevel - Specifies whether your task report includes errors only or successes and errors.
For example, your report might mostly include only what didn't go well in your transfer (
ERRORS_ONLY). At the same time, you want to verify that your task filter is working
correctly. In this situation, you can get a list of what files DataSync successfully skipped and if
something transferred that you didn't to transfer (SUCCESSES_AND_ERRORS).
ReportLevel,
ReportLevelCopyright © 2023. All rights reserved.