Class ReportOverrides

    • Method Detail

      • transferred

        public final ReportOverride transferred()

        Specifies the level of reporting for the files, objects, and directories that DataSync attempted to transfer.

        Returns:
        Specifies the level of reporting for the files, objects, and directories that DataSync attempted to transfer.
      • verified

        public final ReportOverride verified()

        Specifies the level of reporting for the files, objects, and directories that DataSync attempted to verify at the end of your transfer.

        Returns:
        Specifies the level of reporting for the files, objects, and directories that DataSync attempted to verify at the end of your transfer.
      • deleted

        public final ReportOverride deleted()

        Specifies the level of reporting for the files, objects, and directories that DataSync attempted to delete in your destination location. This only applies if you configure your task to delete data in the destination that isn't in the source.

        Returns:
        Specifies the level of reporting for the files, objects, and directories that DataSync attempted to delete in your destination location. This only applies if you configure your task to delete data in the destination that isn't in the source.
      • skipped

        public final ReportOverride skipped()

        Specifies the level of reporting for the files, objects, and directories that DataSync attempted to skip during your transfer.

        Returns:
        Specifies the level of reporting for the files, objects, and directories that DataSync attempted to skip during your transfer.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)