@Generated(value="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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ReportOverrides.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ReportOverrides.Builder |
builder() |
ReportOverride |
deleted()
Specifies the level of reporting for the files, objects, and directories that DataSync attempted to delete in
your destination location.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ReportOverrides.Builder> |
serializableBuilderClass() |
ReportOverride |
skipped()
Specifies the level of reporting for the files, objects, and directories that DataSync attempted to skip during
your transfer.
|
ReportOverrides.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
ReportOverride |
transferred()
Specifies the level of reporting for the files, objects, and directories that DataSync attempted to transfer.
|
ReportOverride |
verified()
Specifies the level of reporting for the files, objects, and directories that DataSync attempted to verify at the
end of your transfer.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final ReportOverride transferred()
Specifies the level of reporting for the files, objects, and directories that DataSync attempted to transfer.
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.
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.
public final ReportOverride skipped()
Specifies the level of reporting for the files, objects, and directories that DataSync attempted to skip during your transfer.
public ReportOverrides.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ReportOverrides.Builder,ReportOverrides>public static ReportOverrides.Builder builder()
public static Class<? extends ReportOverrides.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.