Uses of Interface
software.amazon.awssdk.services.securitylake.model.DataLakeUpdateException.Builder
-
Packages that use DataLakeUpdateException.Builder Package Description software.amazon.awssdk.services.securitylake.model -
-
Uses of DataLakeUpdateException.Builder in software.amazon.awssdk.services.securitylake.model
Methods in software.amazon.awssdk.services.securitylake.model that return DataLakeUpdateException.Builder Modifier and Type Method Description static DataLakeUpdateException.BuilderDataLakeUpdateException. builder()DataLakeUpdateException.BuilderDataLakeUpdateException.Builder. code(String code)The reason code for the exception of the lastUpdateDataLakeorDeleteDataLakeAPI request.DataLakeUpdateException.BuilderDataLakeUpdateException.Builder. reason(String reason)The reason for the exception of the lastUpdateDataLakeorDeleteDataLakeAPI request.DataLakeUpdateException.BuilderDataLakeUpdateException. toBuilder()Methods in software.amazon.awssdk.services.securitylake.model that return types with arguments of type DataLakeUpdateException.Builder Modifier and Type Method Description static Class<? extends DataLakeUpdateException.Builder>DataLakeUpdateException. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.securitylake.model with type arguments of type DataLakeUpdateException.Builder Modifier and Type Method Description default DataLakeUpdateStatus.BuilderDataLakeUpdateStatus.Builder. exception(Consumer<DataLakeUpdateException.Builder> exception)The details of the lastUpdateDataLakeorDeleteDataLakeAPI request which failed.
-