Uses of Interface
software.amazon.awssdk.services.textract.model.Document.Builder
-
Packages that use Document.Builder Package Description software.amazon.awssdk.services.textract.model -
-
Uses of Document.Builder in software.amazon.awssdk.services.textract.model
Methods in software.amazon.awssdk.services.textract.model that return Document.Builder Modifier and Type Method Description static Document.BuilderDocument. builder()Document.BuilderDocument.Builder. bytes(SdkBytes bytes)A blob of base64-encoded document bytes.default Document.BuilderDocument.Builder. s3Object(Consumer<S3Object.Builder> s3Object)Identifies an S3 object as the document source.Document.BuilderDocument.Builder. s3Object(S3Object s3Object)Identifies an S3 object as the document source.Document.BuilderDocument. toBuilder()Methods in software.amazon.awssdk.services.textract.model that return types with arguments of type Document.Builder Modifier and Type Method Description static Class<? extends Document.Builder>Document. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.textract.model with type arguments of type Document.Builder Modifier and Type Method Description default AnalyzeDocumentRequest.BuilderAnalyzeDocumentRequest.Builder. document(Consumer<Document.Builder> document)The input document as base64-encoded bytes or an Amazon S3 object.default AnalyzeExpenseRequest.BuilderAnalyzeExpenseRequest.Builder. document(Consumer<Document.Builder> document)Sets the value of the Document property for this object.default DetectDocumentTextRequest.BuilderDetectDocumentTextRequest.Builder. document(Consumer<Document.Builder> document)The input document as base64-encoded bytes or an Amazon S3 object.
-