Uses of Interface
software.amazon.awssdk.services.lakeformation.model.ErrorDetail.Builder
-
Packages that use ErrorDetail.Builder Package Description software.amazon.awssdk.services.lakeformation.model -
-
Uses of ErrorDetail.Builder in software.amazon.awssdk.services.lakeformation.model
Methods in software.amazon.awssdk.services.lakeformation.model that return ErrorDetail.Builder Modifier and Type Method Description static ErrorDetail.BuilderErrorDetail. builder()ErrorDetail.BuilderErrorDetail.Builder. errorCode(String errorCode)The code associated with this error.ErrorDetail.BuilderErrorDetail.Builder. errorMessage(String errorMessage)A message describing the error.ErrorDetail.BuilderErrorDetail. toBuilder()Methods in software.amazon.awssdk.services.lakeformation.model that return types with arguments of type ErrorDetail.Builder Modifier and Type Method Description static Class<? extends ErrorDetail.Builder>ErrorDetail. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.lakeformation.model with type arguments of type ErrorDetail.Builder Modifier and Type Method Description default BatchPermissionsFailureEntry.BuilderBatchPermissionsFailureEntry.Builder. error(Consumer<ErrorDetail.Builder> error)An error message that applies to the failure of the entry.default LFTagError.BuilderLFTagError.Builder. error(Consumer<ErrorDetail.Builder> error)An error that occurred with the attachment or detachment of the LF-tag.
-