Interface TaskExecutionFilesListedDetail.Builder

    • Method Detail

      • atSource

        TaskExecutionFilesListedDetail.Builder atSource​(Long atSource)

        The number of objects that DataSync finds at your source location.

        • With a manifest, DataSync lists only what's in your manifest (and not everything at your source location).

        • With an include filter, DataSync lists only what matches the filter at your source location.

        • With an exclude filter, DataSync lists everything at your source location before applying the filter.

        Parameters:
        atSource - The number of objects that DataSync finds at your source location.

        • With a manifest, DataSync lists only what's in your manifest (and not everything at your source location).

        • With an include filter, DataSync lists only what matches the filter at your source location.

        • With an exclude filter, DataSync lists everything at your source location before applying the filter.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • atDestinationForDelete

        TaskExecutionFilesListedDetail.Builder atDestinationForDelete​(Long atDestinationForDelete)

        The number of objects that DataSync finds at your destination location. This counter is only applicable if you configure your task to delete data in the destination that isn't in the source.

        Parameters:
        atDestinationForDelete - The number of objects that DataSync finds at your destination location. This counter is only applicable if you configure your task to delete data in the destination that isn't in the source.
        Returns:
        Returns a reference to this object so that method calls can be chained together.