Uses of Interface
software.amazon.awssdk.services.comprehend.model.BatchItemError.Builder
-
Packages that use BatchItemError.Builder Package Description software.amazon.awssdk.services.comprehend.model -
-
Uses of BatchItemError.Builder in software.amazon.awssdk.services.comprehend.model
Methods in software.amazon.awssdk.services.comprehend.model that return BatchItemError.Builder Modifier and Type Method Description static BatchItemError.BuilderBatchItemError. builder()BatchItemError.BuilderBatchItemError.Builder. errorCode(String errorCode)The numeric error code of the error.BatchItemError.BuilderBatchItemError.Builder. errorMessage(String errorMessage)A text description of the error.BatchItemError.BuilderBatchItemError.Builder. index(Integer index)The zero-based index of the document in the input list.BatchItemError.BuilderBatchItemError. toBuilder()Methods in software.amazon.awssdk.services.comprehend.model that return types with arguments of type BatchItemError.Builder Modifier and Type Method Description static Class<? extends BatchItemError.Builder>BatchItemError. serializableBuilderClass()
-