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