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