public static interface DataLakeUpdateStatus.Builder extends SdkPojo, CopyableBuilder<DataLakeUpdateStatus.Builder,DataLakeUpdateStatus>
| Modifier and Type | Method and Description |
|---|---|
default DataLakeUpdateStatus.Builder |
exception(Consumer<DataLakeUpdateException.Builder> exception)
The details of the last
UpdateDataLakeor DeleteDataLake API request which failed. |
DataLakeUpdateStatus.Builder |
exception(DataLakeUpdateException exception)
The details of the last
UpdateDataLakeor DeleteDataLake API request which failed. |
DataLakeUpdateStatus.Builder |
requestId(String requestIdValue)
The unique ID for the last
UpdateDataLake or DeleteDataLake API request. |
DataLakeUpdateStatus.Builder |
status(DataLakeStatus status)
The status of the last
UpdateDataLake or DeleteDataLake API request that was
requested. |
DataLakeUpdateStatus.Builder |
status(String status)
The status of the last
UpdateDataLake or DeleteDataLake API request that was
requested. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDataLakeUpdateStatus.Builder exception(DataLakeUpdateException exception)
The details of the last UpdateDataLakeor DeleteDataLake API request which failed.
exception - The details of the last UpdateDataLakeor DeleteDataLake API request which
failed.default DataLakeUpdateStatus.Builder exception(Consumer<DataLakeUpdateException.Builder> exception)
The details of the last UpdateDataLakeor DeleteDataLake API request which failed.
DataLakeUpdateException.Builder avoiding
the need to create one manually via DataLakeUpdateException.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to exception(DataLakeUpdateException).
exception - a consumer that will call methods on DataLakeUpdateException.Builderexception(DataLakeUpdateException)DataLakeUpdateStatus.Builder requestId(String requestIdValue)
The unique ID for the last UpdateDataLake or DeleteDataLake API request.
requestIdValue - The unique ID for the last UpdateDataLake or DeleteDataLake API request.DataLakeUpdateStatus.Builder status(String status)
The status of the last UpdateDataLake or DeleteDataLake API request that was
requested.
status - The status of the last UpdateDataLake or DeleteDataLake API request that was
requested.DataLakeStatus,
DataLakeStatusDataLakeUpdateStatus.Builder status(DataLakeStatus status)
The status of the last UpdateDataLake or DeleteDataLake API request that was
requested.
status - The status of the last UpdateDataLake or DeleteDataLake API request that was
requested.DataLakeStatus,
DataLakeStatusCopyright © 2023. All rights reserved.