@Generated(value="software.amazon.awssdk:codegen") public final class ReportOverride extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ReportOverride.Builder,ReportOverride>
Specifies the level of detail for a particular aspect of your DataSync task report.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ReportOverride.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ReportOverride.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
ReportLevel |
reportLevel()
Specifies whether your task report includes errors only or successes and errors.
|
String |
reportLevelAsString()
Specifies whether your task report includes errors only or successes and errors.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ReportOverride.Builder> |
serializableBuilderClass() |
ReportOverride.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final ReportLevel reportLevel()
Specifies whether your task report includes errors only or successes and errors.
For example, your report might mostly include only what didn't go well in your transfer (ERRORS_ONLY
). At the same time, you want to verify that your task filter is working correctly.
In this situation, you can get a list of what files DataSync successfully skipped and if something transferred
that you didn't to transfer (SUCCESSES_AND_ERRORS).
If the service returns an enum value that is not available in the current SDK version, reportLevel will
return ReportLevel.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
reportLevelAsString().
For example, your report might mostly include only what didn't go well in your transfer (
ERRORS_ONLY). At the same time, you want to verify that your task filter is working
correctly. In this situation, you can get a list of what files DataSync successfully skipped and if
something transferred that you didn't to transfer (SUCCESSES_AND_ERRORS).
ReportLevelpublic final String reportLevelAsString()
Specifies whether your task report includes errors only or successes and errors.
For example, your report might mostly include only what didn't go well in your transfer (ERRORS_ONLY
). At the same time, you want to verify that your task filter is working correctly.
In this situation, you can get a list of what files DataSync successfully skipped and if something transferred
that you didn't to transfer (SUCCESSES_AND_ERRORS).
If the service returns an enum value that is not available in the current SDK version, reportLevel will
return ReportLevel.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
reportLevelAsString().
For example, your report might mostly include only what didn't go well in your transfer (
ERRORS_ONLY). At the same time, you want to verify that your task filter is working
correctly. In this situation, you can get a list of what files DataSync successfully skipped and if
something transferred that you didn't to transfer (SUCCESSES_AND_ERRORS).
ReportLevelpublic ReportOverride.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ReportOverride.Builder,ReportOverride>public static ReportOverride.Builder builder()
public static Class<? extends ReportOverride.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.