Uses of Interface
software.amazon.awssdk.services.textract.model.DocumentLocation.Builder
-
Packages that use DocumentLocation.Builder Package Description software.amazon.awssdk.services.textract.model -
-
Uses of DocumentLocation.Builder in software.amazon.awssdk.services.textract.model
Methods in software.amazon.awssdk.services.textract.model that return DocumentLocation.Builder Modifier and Type Method Description static DocumentLocation.BuilderDocumentLocation. builder()default DocumentLocation.BuilderDocumentLocation.Builder. s3Object(Consumer<S3Object.Builder> s3Object)The Amazon S3 bucket that contains the input document.DocumentLocation.BuilderDocumentLocation.Builder. s3Object(S3Object s3Object)The Amazon S3 bucket that contains the input document.DocumentLocation.BuilderDocumentLocation. toBuilder()Methods in software.amazon.awssdk.services.textract.model that return types with arguments of type DocumentLocation.Builder Modifier and Type Method Description static Class<? extends DocumentLocation.Builder>DocumentLocation. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.textract.model with type arguments of type DocumentLocation.Builder Modifier and Type Method Description default StartDocumentAnalysisRequest.BuilderStartDocumentAnalysisRequest.Builder. documentLocation(Consumer<DocumentLocation.Builder> documentLocation)The location of the document to be processed.default StartDocumentTextDetectionRequest.BuilderStartDocumentTextDetectionRequest.Builder. documentLocation(Consumer<DocumentLocation.Builder> documentLocation)The location of the document to be processed.default StartExpenseAnalysisRequest.BuilderStartExpenseAnalysisRequest.Builder. documentLocation(Consumer<DocumentLocation.Builder> documentLocation)The location of the document to be processed.default StartLendingAnalysisRequest.BuilderStartLendingAnalysisRequest.Builder. documentLocation(Consumer<DocumentLocation.Builder> documentLocation)Sets the value of the DocumentLocation property for this object.
-