Interface DataLakeUpdateException.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DataLakeUpdateException.Builder,
,DataLakeUpdateException> SdkBuilder<DataLakeUpdateException.Builder,
,DataLakeUpdateException> SdkPojo
- Enclosing class:
DataLakeUpdateException
@Mutable
@NotThreadSafe
public static interface DataLakeUpdateException.Builder
extends SdkPojo, CopyableBuilder<DataLakeUpdateException.Builder,DataLakeUpdateException>
-
Method Summary
Modifier and TypeMethodDescriptionThe reason code for the exception of the lastUpdateDataLake
orDeleteDataLake
API request.The reason for the exception of the lastUpdateDataLake
orDeleteDataLake
API request.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
-
code
The reason code for the exception of the last
UpdateDataLake
orDeleteDataLake
API request.- Parameters:
code
- The reason code for the exception of the lastUpdateDataLake
orDeleteDataLake
API request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
reason
The reason for the exception of the last
UpdateDataLake
orDeleteDataLake
API request.- Parameters:
reason
- The reason for the exception of the lastUpdateDataLake
orDeleteDataLake
API request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-