Interface ReportOverrides.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ReportOverrides.Builder,ReportOverrides>,SdkBuilder<ReportOverrides.Builder,ReportOverrides>,SdkPojo
- Enclosing class:
- ReportOverrides
public static interface ReportOverrides.Builder extends SdkPojo, CopyableBuilder<ReportOverrides.Builder,ReportOverrides>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default ReportOverrides.Builderdeleted(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.Builderdeleted(ReportOverride deleted)Specifies the level of reporting for the files, objects, and directories that DataSync attempted to delete in your destination location.default ReportOverrides.Builderskipped(Consumer<ReportOverride.Builder> skipped)Specifies the level of reporting for the files, objects, and directories that DataSync attempted to skip during your transfer.ReportOverrides.Builderskipped(ReportOverride skipped)Specifies the level of reporting for the files, objects, and directories that DataSync attempted to skip during your transfer.default ReportOverrides.Buildertransferred(Consumer<ReportOverride.Builder> transferred)Specifies the level of reporting for the files, objects, and directories that DataSync attempted to transfer.ReportOverrides.Buildertransferred(ReportOverride transferred)Specifies the level of reporting for the files, objects, and directories that DataSync attempted to transfer.default ReportOverrides.Builderverified(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.Builderverified(ReportOverride verified)Specifies the level of reporting for the files, objects, and directories that DataSync attempted to verify at the end of your transfer.-
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, sdkFields
-
-
-
-
Method Detail
-
transferred
ReportOverrides.Builder transferred(ReportOverride transferred)
Specifies the level of reporting for the files, objects, and directories that DataSync attempted to transfer.
- Parameters:
transferred- Specifies the level of reporting for the files, objects, and directories that DataSync attempted to transfer.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
transferred
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.Builderavoiding the need to create one manually viaReportOverride.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totransferred(ReportOverride).- Parameters:
transferred- a consumer that will call methods onReportOverride.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
transferred(ReportOverride)
-
verified
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.
- Parameters:
verified- Specifies the level of reporting for the files, objects, and directories that DataSync attempted to verify at the end of your transfer.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
verified
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.Builderavoiding the need to create one manually viaReportOverride.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toverified(ReportOverride).- Parameters:
verified- a consumer that will call methods onReportOverride.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
verified(ReportOverride)
-
deleted
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.
- Parameters:
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:
- Returns a reference to this object so that method calls can be chained together.
-
deleted
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.Builderavoiding the need to create one manually viaReportOverride.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todeleted(ReportOverride).- Parameters:
deleted- a consumer that will call methods onReportOverride.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
deleted(ReportOverride)
-
skipped
ReportOverrides.Builder skipped(ReportOverride skipped)
Specifies the level of reporting for the files, objects, and directories that DataSync attempted to skip during your transfer.
- Parameters:
skipped- Specifies the level of reporting for the files, objects, and directories that DataSync attempted to skip during your transfer.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
skipped
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.Builderavoiding the need to create one manually viaReportOverride.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toskipped(ReportOverride).- Parameters:
skipped- a consumer that will call methods onReportOverride.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
skipped(ReportOverride)
-
-