Class ReportOverrides
- java.lang.Object
-
- software.amazon.awssdk.services.datasync.model.ReportOverrides
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ReportOverrides.Builder,ReportOverrides>
@Generated("software.amazon.awssdk:codegen") public final class ReportOverrides extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ReportOverrides.Builder,ReportOverrides>
The level of detail included in each aspect of your DataSync task report.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceReportOverrides.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ReportOverrides.Builderbuilder()ReportOverridedeleted()Specifies the level of reporting for the files, objects, and directories that DataSync attempted to delete in your destination location.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends ReportOverrides.Builder>serializableBuilderClass()ReportOverrideskipped()Specifies the level of reporting for the files, objects, and directories that DataSync attempted to skip during your transfer.ReportOverrides.BuildertoBuilder()StringtoString()Returns a string representation of this object.ReportOverridetransferred()Specifies the level of reporting for the files, objects, and directories that DataSync attempted to transfer.ReportOverrideverified()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 class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
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.
-
toBuilder
public ReportOverrides.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ReportOverrides.Builder,ReportOverrides>
-
builder
public static ReportOverrides.Builder builder()
-
serializableBuilderClass
public static Class<? extends ReportOverrides.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
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.
-
-