Uses of Interface
software.amazon.awssdk.services.neptunedata.model.ParsingException.Builder
-
Packages that use ParsingException.Builder Package Description software.amazon.awssdk.services.neptunedata.model -
-
Uses of ParsingException.Builder in software.amazon.awssdk.services.neptunedata.model
Methods in software.amazon.awssdk.services.neptunedata.model that return ParsingException.Builder Modifier and Type Method Description ParsingException.BuilderParsingException.Builder. awsErrorDetails(AwsErrorDetails awsErrorDetails)static ParsingException.BuilderParsingException. builder()ParsingException.BuilderParsingException.Builder. cause(Throwable cause)ParsingException.BuilderParsingException.Builder. code(String code)The HTTP status code returned with the exception.ParsingException.BuilderParsingException.Builder. detailedMessage(String detailedMessage)A detailed message describing the problem.ParsingException.BuilderParsingException.Builder. message(String message)ParsingException.BuilderParsingException.Builder. requestId(String requestId)ParsingException.BuilderParsingException.Builder. requestIdValue(String requestIdValue)The ID of the request in question.ParsingException.BuilderParsingException.Builder. statusCode(int statusCode)ParsingException.BuilderParsingException. toBuilder()ParsingException.BuilderParsingException.Builder. writableStackTrace(Boolean writableStackTrace)Methods in software.amazon.awssdk.services.neptunedata.model that return types with arguments of type ParsingException.Builder Modifier and Type Method Description static Class<? extends ParsingException.Builder>ParsingException. serializableBuilderClass()
-