public static interface CloudFrontException.Builder extends AwsServiceException.Builder
Modifier and Type | Method and Description |
---|---|
CloudFrontException.Builder |
awsErrorDetails(AwsErrorDetails awsErrorDetails) |
CloudFrontException.Builder |
cause(Throwable cause) |
CloudFrontException.Builder |
message(String message) |
CloudFrontException.Builder |
requestId(String requestId) |
CloudFrontException.Builder |
statusCode(int statusCode) |
awsErrorDetails, build, clockSkew, clockSkew
requestId, statusCode
cause, message
equalsBySdkFields, sdkFields
CloudFrontException.Builder awsErrorDetails(AwsErrorDetails awsErrorDetails)
awsErrorDetails
in interface AwsServiceException.Builder
CloudFrontException.Builder message(String message)
message
in interface AwsServiceException.Builder
message
in interface SdkException.Builder
message
in interface SdkServiceException.Builder
CloudFrontException.Builder requestId(String requestId)
requestId
in interface AwsServiceException.Builder
requestId
in interface SdkServiceException.Builder
CloudFrontException.Builder statusCode(int statusCode)
statusCode
in interface AwsServiceException.Builder
statusCode
in interface SdkServiceException.Builder
CloudFrontException.Builder cause(Throwable cause)
cause
in interface AwsServiceException.Builder
cause
in interface SdkException.Builder
cause
in interface SdkServiceException.Builder
Copyright © 2019. All rights reserved.