Interface DataLakeException.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<DataLakeException.Builder,DataLakeException>,SdkBuilder<DataLakeException.Builder,DataLakeException>,SdkPojo
- Enclosing class:
- DataLakeException
public static interface DataLakeException.Builder extends SdkPojo, CopyableBuilder<DataLakeException.Builder,DataLakeException>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DataLakeException.Builderexception(String exception)The underlying exception of a Security Lake exception.DataLakeException.Builderregion(String region)The Amazon Web Services Regions where the exception occurred.DataLakeException.Builderremediation(String remediation)List of all remediation steps for a Security Lake exception.DataLakeException.Buildertimestamp(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.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
exception
DataLakeException.Builder exception(String exception)
The underlying exception of a Security Lake exception.
- Parameters:
exception- The underlying exception of a Security Lake exception.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
region
DataLakeException.Builder region(String region)
The Amazon Web Services Regions where the exception occurred.
- Parameters:
region- The Amazon Web Services Regions where the exception occurred.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
remediation
DataLakeException.Builder remediation(String remediation)
List of all remediation steps for a Security Lake exception.
- Parameters:
remediation- List of all remediation steps for a Security Lake exception.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
timestamp
DataLakeException.Builder timestamp(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.
- Parameters:
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:
- Returns a reference to this object so that method calls can be chained together.
-
-