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