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