Uses of Interface
software.amazon.awssdk.services.mturk.model.RequestErrorException.Builder
-
Packages that use RequestErrorException.Builder Package Description software.amazon.awssdk.services.mturk.model -
-
Uses of RequestErrorException.Builder in software.amazon.awssdk.services.mturk.model
Methods in software.amazon.awssdk.services.mturk.model that return RequestErrorException.Builder Modifier and Type Method Description RequestErrorException.BuilderRequestErrorException.Builder. awsErrorDetails(AwsErrorDetails awsErrorDetails)static RequestErrorException.BuilderRequestErrorException. builder()RequestErrorException.BuilderRequestErrorException.Builder. cause(Throwable cause)RequestErrorException.BuilderRequestErrorException.Builder. message(String message)RequestErrorException.BuilderRequestErrorException.Builder. requestId(String requestId)RequestErrorException.BuilderRequestErrorException.Builder. statusCode(int statusCode)RequestErrorException.BuilderRequestErrorException. toBuilder()RequestErrorException.BuilderRequestErrorException.Builder. turkErrorCode(String turkErrorCode)Sets the value of the TurkErrorCode property for this object.RequestErrorException.BuilderRequestErrorException.Builder. writableStackTrace(Boolean writableStackTrace)Methods in software.amazon.awssdk.services.mturk.model that return types with arguments of type RequestErrorException.Builder Modifier and Type Method Description static Class<? extends RequestErrorException.Builder>RequestErrorException. serializableBuilderClass()
-