Uses of Interface
software.amazon.awssdk.services.athena.model.AthenaError.Builder
-
Packages that use AthenaError.Builder Package Description software.amazon.awssdk.services.athena.model -
-
Uses of AthenaError.Builder in software.amazon.awssdk.services.athena.model
Methods in software.amazon.awssdk.services.athena.model that return AthenaError.Builder Modifier and Type Method Description static AthenaError.BuilderAthenaError. builder()AthenaError.BuilderAthenaError.Builder. errorCategory(Integer errorCategory)An integer value that specifies the category of a query failure error.AthenaError.BuilderAthenaError.Builder. errorMessage(String errorMessage)Contains a short description of the error that occurred.AthenaError.BuilderAthenaError.Builder. errorType(Integer errorType)An integer value that provides specific information about an Athena query error.AthenaError.BuilderAthenaError.Builder. retryable(Boolean retryable)True if the query might succeed if resubmitted.AthenaError.BuilderAthenaError. toBuilder()Methods in software.amazon.awssdk.services.athena.model that return types with arguments of type AthenaError.Builder Modifier and Type Method Description static Class<? extends AthenaError.Builder>AthenaError. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.athena.model with type arguments of type AthenaError.Builder Modifier and Type Method Description default QueryExecutionStatus.BuilderQueryExecutionStatus.Builder. athenaError(Consumer<AthenaError.Builder> athenaError)Provides information about an Athena query error.
-