public static interface ReportOverrides.Builder extends SdkPojo, CopyableBuilder<ReportOverrides.Builder,ReportOverrides>
| Modifier and Type | Method and Description |
|---|---|
default ReportOverrides.Builder |
deleted(Consumer<ReportOverride.Builder> deleted)
Specifies the level of reporting for the files, objects, and directories that DataSync attempted to delete in
your destination location.
|
ReportOverrides.Builder |
deleted(ReportOverride deleted)
Specifies the level of reporting for the files, objects, and directories that DataSync attempted to delete in
your destination location.
|
default ReportOverrides.Builder |
skipped(Consumer<ReportOverride.Builder> skipped)
Specifies the level of reporting for the files, objects, and directories that DataSync attempted to skip
during your transfer.
|
ReportOverrides.Builder |
skipped(ReportOverride skipped)
Specifies the level of reporting for the files, objects, and directories that DataSync attempted to skip
during your transfer.
|
default ReportOverrides.Builder |
transferred(Consumer<ReportOverride.Builder> transferred)
Specifies the level of reporting for the files, objects, and directories that DataSync attempted to transfer.
|
ReportOverrides.Builder |
transferred(ReportOverride transferred)
Specifies the level of reporting for the files, objects, and directories that DataSync attempted to transfer.
|
default ReportOverrides.Builder |
verified(Consumer<ReportOverride.Builder> verified)
Specifies the level of reporting for the files, objects, and directories that DataSync attempted to verify at
the end of your transfer.
|
ReportOverrides.Builder |
verified(ReportOverride verified)
Specifies the level of reporting for the files, objects, and directories that DataSync attempted to verify at
the end of your transfer.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildReportOverrides.Builder transferred(ReportOverride transferred)
Specifies the level of reporting for the files, objects, and directories that DataSync attempted to transfer.
transferred - Specifies the level of reporting for the files, objects, and directories that DataSync attempted to
transfer.default ReportOverrides.Builder transferred(Consumer<ReportOverride.Builder> transferred)
Specifies the level of reporting for the files, objects, and directories that DataSync attempted to transfer.
This is a convenience method that creates an instance of theReportOverride.Builder avoiding the need
to create one manually via ReportOverride.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to transferred(ReportOverride).
transferred - a consumer that will call methods on ReportOverride.Buildertransferred(ReportOverride)ReportOverrides.Builder verified(ReportOverride verified)
Specifies the level of reporting for the files, objects, and directories that DataSync attempted to verify at the end of your transfer.
verified - Specifies the level of reporting for the files, objects, and directories that DataSync attempted to
verify at the end of your transfer.default ReportOverrides.Builder verified(Consumer<ReportOverride.Builder> verified)
Specifies the level of reporting for the files, objects, and directories that DataSync attempted to verify at the end of your transfer.
This is a convenience method that creates an instance of theReportOverride.Builder avoiding the need
to create one manually via ReportOverride.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to verified(ReportOverride).
verified - a consumer that will call methods on ReportOverride.Builderverified(ReportOverride)ReportOverrides.Builder deleted(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.
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.default ReportOverrides.Builder deleted(Consumer<ReportOverride.Builder> 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.
This is a convenience method that creates an instance of theReportOverride.Builder avoiding the need
to create one manually via ReportOverride.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to deleted(ReportOverride).
deleted - a consumer that will call methods on ReportOverride.Builderdeleted(ReportOverride)ReportOverrides.Builder skipped(ReportOverride skipped)
Specifies the level of reporting for the files, objects, and directories that DataSync attempted to skip during your transfer.
skipped - Specifies the level of reporting for the files, objects, and directories that DataSync attempted to
skip during your transfer.default ReportOverrides.Builder skipped(Consumer<ReportOverride.Builder> skipped)
Specifies the level of reporting for the files, objects, and directories that DataSync attempted to skip during your transfer.
This is a convenience method that creates an instance of theReportOverride.Builder avoiding the need
to create one manually via ReportOverride.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to skipped(ReportOverride).
skipped - a consumer that will call methods on ReportOverride.Builderskipped(ReportOverride)Copyright © 2023. All rights reserved.