Class ReportOverride
- java.lang.Object
-
- software.amazon.awssdk.services.datasync.model.ReportOverride
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ReportOverride.Builder,ReportOverride>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceReportOverride.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ReportOverride.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()ReportLevelreportLevel()Specifies whether your task report includes errors only or successes and errors.StringreportLevelAsString()Specifies whether your task report includes errors only or successes and errors.List<SdkField<?>>sdkFields()static Class<? extends ReportOverride.Builder>serializableBuilderClass()ReportOverride.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
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
-
reportLevel
public 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,
reportLevelwill returnReportLevel.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromreportLevelAsString().- Returns:
- 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). - See Also:
ReportLevel
-
reportLevelAsString
public 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,
reportLevelwill returnReportLevel.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromreportLevelAsString().- Returns:
- 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). - See Also:
ReportLevel
-
toBuilder
public ReportOverride.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ReportOverride.Builder,ReportOverride>
-
builder
public static ReportOverride.Builder builder()
-
serializableBuilderClass
public static Class<? extends ReportOverride.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.
-
-