Uses of Interface
software.amazon.awssdk.services.textract.model.BadDocumentException.Builder
-
Packages that use BadDocumentException.Builder Package Description software.amazon.awssdk.services.textract.model -
-
Uses of BadDocumentException.Builder in software.amazon.awssdk.services.textract.model
Methods in software.amazon.awssdk.services.textract.model that return BadDocumentException.Builder Modifier and Type Method Description BadDocumentException.Builder
BadDocumentException.Builder. awsErrorDetails(AwsErrorDetails awsErrorDetails)
static BadDocumentException.Builder
BadDocumentException. builder()
BadDocumentException.Builder
BadDocumentException.Builder. cause(Throwable cause)
BadDocumentException.Builder
BadDocumentException.Builder. message(String message)
BadDocumentException.Builder
BadDocumentException.Builder. requestId(String requestId)
BadDocumentException.Builder
BadDocumentException.Builder. statusCode(int statusCode)
BadDocumentException.Builder
BadDocumentException. toBuilder()
BadDocumentException.Builder
BadDocumentException.Builder. writableStackTrace(Boolean writableStackTrace)
Methods in software.amazon.awssdk.services.textract.model that return types with arguments of type BadDocumentException.Builder Modifier and Type Method Description static Class<? extends BadDocumentException.Builder>
BadDocumentException. serializableBuilderClass()
-