public static interface S3Exception.Builder extends SdkPojo, CopyableBuilder<S3Exception.Builder,S3Exception>, NeptunedataException.Builder
| Modifier and Type | Method and Description |
|---|---|
S3Exception.Builder |
awsErrorDetails(AwsErrorDetails awsErrorDetails) |
S3Exception.Builder |
cause(Throwable cause) |
S3Exception.Builder |
code(String code)
The HTTP status code returned with the exception.
|
S3Exception.Builder |
detailedMessage(String detailedMessage)
A detailed message describing the problem.
|
S3Exception.Builder |
message(String message) |
S3Exception.Builder |
requestId(String requestId) |
S3Exception.Builder |
requestIdValue(String requestIdValue)
The ID of the request in question.
|
S3Exception.Builder |
statusCode(int statusCode) |
S3Exception.Builder |
writableStackTrace(Boolean writableStackTrace) |
copyapplyMutation, buildawsErrorDetails, build, clockSkew, clockSkew, extendedRequestIdextendedRequestId, requestId, statusCodecause, message, writableStackTraceequalsBySdkFields, sdkFieldsS3Exception.Builder detailedMessage(String detailedMessage)
A detailed message describing the problem.
detailedMessage - A detailed message describing the problem.S3Exception.Builder requestIdValue(String requestIdValue)
The ID of the request in question.
requestIdValue - The ID of the request in question.S3Exception.Builder code(String code)
The HTTP status code returned with the exception.
code - The HTTP status code returned with the exception.S3Exception.Builder awsErrorDetails(AwsErrorDetails awsErrorDetails)
awsErrorDetails in interface AwsServiceException.BuilderawsErrorDetails in interface NeptunedataException.BuilderS3Exception.Builder message(String message)
message in interface AwsServiceException.Buildermessage in interface NeptunedataException.Buildermessage in interface SdkException.Buildermessage in interface SdkServiceException.BuilderS3Exception.Builder requestId(String requestId)
requestId in interface AwsServiceException.BuilderrequestId in interface NeptunedataException.BuilderrequestId in interface SdkServiceException.BuilderS3Exception.Builder statusCode(int statusCode)
statusCode in interface AwsServiceException.BuilderstatusCode in interface NeptunedataException.BuilderstatusCode in interface SdkServiceException.BuilderS3Exception.Builder cause(Throwable cause)
cause in interface AwsServiceException.Buildercause in interface NeptunedataException.Buildercause in interface SdkException.Buildercause in interface SdkServiceException.BuilderS3Exception.Builder writableStackTrace(Boolean writableStackTrace)
writableStackTrace in interface NeptunedataException.BuilderwritableStackTrace in interface SdkException.BuilderwritableStackTrace in interface SdkServiceException.BuilderCopyright © 2023. All rights reserved.