Uses of Interface
software.amazon.awssdk.services.securitylake.model.DataLakeException.Builder
-
Packages that use DataLakeException.Builder Package Description software.amazon.awssdk.services.securitylake.model -
-
Uses of DataLakeException.Builder in software.amazon.awssdk.services.securitylake.model
Methods in software.amazon.awssdk.services.securitylake.model that return DataLakeException.Builder Modifier and Type Method Description static DataLakeException.BuilderDataLakeException. builder()DataLakeException.BuilderDataLakeException.Builder. exception(String exception)The underlying exception of a Security Lake exception.DataLakeException.BuilderDataLakeException.Builder. region(String region)The Amazon Web Services Regions where the exception occurred.DataLakeException.BuilderDataLakeException.Builder. remediation(String remediation)List of all remediation steps for a Security Lake exception.DataLakeException.BuilderDataLakeException.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.DataLakeException.BuilderDataLakeException. toBuilder()Methods in software.amazon.awssdk.services.securitylake.model that return types with arguments of type DataLakeException.Builder Modifier and Type Method Description static Class<? extends DataLakeException.Builder>DataLakeException. serializableBuilderClass()
-