Uses of Interface
software.amazon.awssdk.awscore.exception.AwsErrorDetails.Builder
-
Packages that use AwsErrorDetails.Builder Package Description software.amazon.awssdk.awscore.exception -
-
Uses of AwsErrorDetails.Builder in software.amazon.awssdk.awscore.exception
Classes in software.amazon.awssdk.awscore.exception that implement AwsErrorDetails.Builder Modifier and Type Class Description protected static classAwsErrorDetails.BuilderImplMethods in software.amazon.awssdk.awscore.exception that return AwsErrorDetails.Builder Modifier and Type Method Description static AwsErrorDetails.BuilderAwsErrorDetails. builder()AwsErrorDetails.BuilderAwsErrorDetails.Builder. errorCode(String errorCode)Specifies the error code returned by the service.AwsErrorDetails.BuilderAwsErrorDetails.BuilderImpl. errorCode(String errorCode)AwsErrorDetails.BuilderAwsErrorDetails.Builder. errorMessage(String errorMessage)Specifies the error message returned by the service.AwsErrorDetails.BuilderAwsErrorDetails.BuilderImpl. errorMessage(String errorMessage)AwsErrorDetails.BuilderAwsErrorDetails.Builder. rawResponse(SdkBytes rawResponse)Specifies raw http response from the service.AwsErrorDetails.BuilderAwsErrorDetails.BuilderImpl. rawResponse(SdkBytes rawResponse)AwsErrorDetails.BuilderAwsErrorDetails.Builder. sdkHttpResponse(SdkHttpResponse sdkHttpResponse)Specifies theSdkHttpResponsereturned on the error response from the service.AwsErrorDetails.BuilderAwsErrorDetails.BuilderImpl. sdkHttpResponse(SdkHttpResponse sdkHttpResponse)AwsErrorDetails.BuilderAwsErrorDetails.Builder. serviceName(String serviceName)Specifies the name of the service that returned this error.AwsErrorDetails.BuilderAwsErrorDetails.BuilderImpl. serviceName(String serviceName)AwsErrorDetails.BuilderAwsErrorDetails. toBuilder()Create aAwsErrorDetails.Builderinitialized with the properties of thisAwsErrorDetails.Methods in software.amazon.awssdk.awscore.exception that return types with arguments of type AwsErrorDetails.Builder Modifier and Type Method Description static Class<? extends AwsErrorDetails.Builder>AwsErrorDetails. serializableBuilderClass()Constructors in software.amazon.awssdk.awscore.exception with parameters of type AwsErrorDetails.Builder Constructor Description AwsErrorDetails(AwsErrorDetails.Builder b)
-