Uses of Interface
software.amazon.awssdk.services.lakeformation.model.EntityNotFoundException.Builder
-
Packages that use EntityNotFoundException.Builder Package Description software.amazon.awssdk.services.lakeformation.model -
-
Uses of EntityNotFoundException.Builder in software.amazon.awssdk.services.lakeformation.model
Methods in software.amazon.awssdk.services.lakeformation.model that return EntityNotFoundException.Builder Modifier and Type Method Description EntityNotFoundException.BuilderEntityNotFoundException.Builder. awsErrorDetails(AwsErrorDetails awsErrorDetails)static EntityNotFoundException.BuilderEntityNotFoundException. builder()EntityNotFoundException.BuilderEntityNotFoundException.Builder. cause(Throwable cause)EntityNotFoundException.BuilderEntityNotFoundException.Builder. message(String message)EntityNotFoundException.BuilderEntityNotFoundException.Builder. requestId(String requestId)EntityNotFoundException.BuilderEntityNotFoundException.Builder. statusCode(int statusCode)EntityNotFoundException.BuilderEntityNotFoundException. toBuilder()EntityNotFoundException.BuilderEntityNotFoundException.Builder. writableStackTrace(Boolean writableStackTrace)Methods in software.amazon.awssdk.services.lakeformation.model that return types with arguments of type EntityNotFoundException.Builder Modifier and Type Method Description static Class<? extends EntityNotFoundException.Builder>EntityNotFoundException. serializableBuilderClass()
-