Interface TaskExecutionFilesListedDetail.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<TaskExecutionFilesListedDetail.Builder,TaskExecutionFilesListedDetail>,SdkBuilder<TaskExecutionFilesListedDetail.Builder,TaskExecutionFilesListedDetail>,SdkPojo
- Enclosing class:
- TaskExecutionFilesListedDetail
public static interface TaskExecutionFilesListedDetail.Builder extends SdkPojo, CopyableBuilder<TaskExecutionFilesListedDetail.Builder,TaskExecutionFilesListedDetail>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TaskExecutionFilesListedDetail.BuilderatDestinationForDelete(Long atDestinationForDelete)The number of objects that DataSync finds at your destination location.TaskExecutionFilesListedDetail.BuilderatSource(Long atSource)The number of objects that DataSync finds at your source location.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
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.
-
-