Interface ReportOverride.Builder

    • Method Detail

      • reportLevel

        ReportOverride.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).

        Parameters:
        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).

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ReportLevel, ReportLevel
      • reportLevel

        ReportOverride.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).

        Parameters:
        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).

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ReportLevel, ReportLevel