Java com.amazonaws.services.s3.internal AmazonS3ExceptionBuilder fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.s3.internal AmazonS3ExceptionBuilder fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.s3.internal AmazonS3ExceptionBuilder.

The text is from its open source code.

Constructor

Method

voidaddAdditionalDetail(String key, String detail)
Adds an entry to the additional information map.
AmazonS3Exceptionbuild()
Creates a new AmazonS3Exception object with the values set.
StringgetExtendedRequestId()
Gets Amazon S3's extended request ID.
voidsetAdditionalDetails(Map additionalDetails)
Sets additional information about the response.
voidsetErrorCode(String errorCode)
Sets the AWS error code represented by this exception.
voidsetErrorMessage(String errorMessage)
Sets the human-readable error message provided by the service
voidsetErrorResponseXml(String errorResponseXml)
Sets the error response XML received from Amazon S3
voidsetExtendedRequestId(String extendedRequestId)
Sets Amazon S3's extended request ID.
voidsetRequestId(String requestId)
Sets the AWS requestId for this exception.
voidsetStatusCode(int statusCode)
Sets the HTTP status code that was returned with this service exception.