Interface DataLakeUpdateStatus.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DataLakeUpdateStatus.Builder,
,DataLakeUpdateStatus> SdkBuilder<DataLakeUpdateStatus.Builder,
,DataLakeUpdateStatus> SdkPojo
- Enclosing class:
DataLakeUpdateStatus
@Mutable
@NotThreadSafe
public static interface DataLakeUpdateStatus.Builder
extends SdkPojo, CopyableBuilder<DataLakeUpdateStatus.Builder,DataLakeUpdateStatus>
-
Method Summary
Modifier and TypeMethodDescriptiondefault DataLakeUpdateStatus.Builder
exception
(Consumer<DataLakeUpdateException.Builder> exception) The details of the lastUpdateDataLake
orDeleteDataLake
API request which failed.exception
(DataLakeUpdateException exception) The details of the lastUpdateDataLake
orDeleteDataLake
API request which failed.The unique ID for the lastUpdateDataLake
orDeleteDataLake
API request.The status of the lastUpdateDataLake
orDeleteDataLake
API request that was requested.status
(DataLakeStatus status) The status of the lastUpdateDataLake
orDeleteDataLake
API request that was requested.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 Details
-
exception
The details of the last
UpdateDataLake
orDeleteDataLake
API request which failed.- Parameters:
exception
- The details of the lastUpdateDataLake
orDeleteDataLake
API request which failed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
exception
The details of the last
This is a convenience method that creates an instance of theUpdateDataLake
orDeleteDataLake
API request which failed.DataLakeUpdateException.Builder
avoiding the need to create one manually viaDataLakeUpdateException.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toexception(DataLakeUpdateException)
.- Parameters:
exception
- a consumer that will call methods onDataLakeUpdateException.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
requestId
The unique ID for the last
UpdateDataLake
orDeleteDataLake
API request.- Parameters:
requestIdValue
- The unique ID for the lastUpdateDataLake
orDeleteDataLake
API request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of the last
UpdateDataLake
orDeleteDataLake
API request that was requested.- Parameters:
status
- The status of the lastUpdateDataLake
orDeleteDataLake
API request that was requested.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the last
UpdateDataLake
orDeleteDataLake
API request that was requested.- Parameters:
status
- The status of the lastUpdateDataLake
orDeleteDataLake
API request that was requested.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-