Interface DataLakeUpdateException.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<DataLakeUpdateException.Builder,DataLakeUpdateException>,SdkBuilder<DataLakeUpdateException.Builder,DataLakeUpdateException>,SdkPojo
- Enclosing class:
- DataLakeUpdateException
public static interface DataLakeUpdateException.Builder extends SdkPojo, CopyableBuilder<DataLakeUpdateException.Builder,DataLakeUpdateException>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DataLakeUpdateException.Buildercode(String code)The reason code for the exception of the lastUpdateDataLakeorDeleteDataLakeAPI request.DataLakeUpdateException.Builderreason(String reason)The reason for the exception of the lastUpdateDataLakeorDeleteDataLakeAPI 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 Detail
-
code
DataLakeUpdateException.Builder code(String code)
The reason code for the exception of the last
UpdateDataLakeorDeleteDataLakeAPI request.- Parameters:
code- The reason code for the exception of the lastUpdateDataLakeorDeleteDataLakeAPI request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
reason
DataLakeUpdateException.Builder reason(String reason)
The reason for the exception of the last
UpdateDataLakeorDeleteDataLakeAPI request.- Parameters:
reason- The reason for the exception of the lastUpdateDataLakeorDeleteDataLakeAPI request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-