static BatchDetectSyntaxResponse.Builder |
BatchDetectSyntaxResponse.builder() |
|
BatchDetectSyntaxResponse.Builder |
BatchDetectSyntaxResponse.Builder.errorList(Collection<BatchItemError> errorList) |
A list containing one object for each document that contained an error.
|
BatchDetectSyntaxResponse.Builder |
BatchDetectSyntaxResponse.Builder.errorList(Consumer<BatchItemError.Builder>... errorList) |
A list containing one object for each document that contained an error.
|
BatchDetectSyntaxResponse.Builder |
BatchDetectSyntaxResponse.Builder.errorList(BatchItemError... errorList) |
A list containing one object for each document that contained an error.
|
BatchDetectSyntaxResponse.Builder |
BatchDetectSyntaxResponse.Builder.resultList(Collection<BatchDetectSyntaxItemResult> resultList) |
A list of objects containing the results of the operation.
|
BatchDetectSyntaxResponse.Builder |
BatchDetectSyntaxResponse.Builder.resultList(Consumer<BatchDetectSyntaxItemResult.Builder>... resultList) |
A list of objects containing the results of the operation.
|
BatchDetectSyntaxResponse.Builder |
BatchDetectSyntaxResponse.Builder.resultList(BatchDetectSyntaxItemResult... resultList) |
A list of objects containing the results of the operation.
|
BatchDetectSyntaxResponse.Builder |
BatchDetectSyntaxResponse.toBuilder() |
|