Class DataLakeException
- java.lang.Object
-
- software.amazon.awssdk.services.securitylake.model.DataLakeException
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<DataLakeException.Builder,DataLakeException>
@Generated("software.amazon.awssdk:codegen") public final class DataLakeException extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DataLakeException.Builder,DataLakeException>
The details for an Amazon Security Lake exception.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDataLakeException.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DataLakeException.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)Stringexception()The underlying exception of a Security Lake exception.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringregion()The Amazon Web Services Regions where the exception occurred.Stringremediation()List of all remediation steps for a Security Lake exception.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends DataLakeException.Builder>serializableBuilderClass()Instanttimestamp()This error can occur if you configure the wrong timestamp format, or if the subset of entries used for validation had errors or missing values.DataLakeException.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
-
exception
public final String exception()
The underlying exception of a Security Lake exception.
- Returns:
- The underlying exception of a Security Lake exception.
-
region
public final String region()
The Amazon Web Services Regions where the exception occurred.
- Returns:
- The Amazon Web Services Regions where the exception occurred.
-
remediation
public final String remediation()
List of all remediation steps for a Security Lake exception.
- Returns:
- List of all remediation steps for a Security Lake exception.
-
timestamp
public final Instant timestamp()
This error can occur if you configure the wrong timestamp format, or if the subset of entries used for validation had errors or missing values.
- Returns:
- This error can occur if you configure the wrong timestamp format, or if the subset of entries used for validation had errors or missing values.
-
toBuilder
public DataLakeException.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DataLakeException.Builder,DataLakeException>
-
builder
public static DataLakeException.Builder builder()
-
serializableBuilderClass
public static Class<? extends DataLakeException.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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-