| Package | Description |
|---|---|
| software.amazon.awssdk.services.textract.model |
| Modifier and Type | Method and Description |
|---|---|
static DocumentLocation.Builder |
DocumentLocation.builder() |
default DocumentLocation.Builder |
DocumentLocation.Builder.s3Object(Consumer<S3Object.Builder> s3Object)
The Amazon S3 bucket that contains the input document.
|
DocumentLocation.Builder |
DocumentLocation.Builder.s3Object(S3Object s3Object)
The Amazon S3 bucket that contains the input document.
|
DocumentLocation.Builder |
DocumentLocation.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DocumentLocation.Builder> |
DocumentLocation.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default StartLendingAnalysisRequest.Builder |
StartLendingAnalysisRequest.Builder.documentLocation(Consumer<DocumentLocation.Builder> documentLocation)
Sets the value of the DocumentLocation property for this object.
|
default StartDocumentTextDetectionRequest.Builder |
StartDocumentTextDetectionRequest.Builder.documentLocation(Consumer<DocumentLocation.Builder> documentLocation)
The location of the document to be processed.
|
default StartDocumentAnalysisRequest.Builder |
StartDocumentAnalysisRequest.Builder.documentLocation(Consumer<DocumentLocation.Builder> documentLocation)
The location of the document to be processed.
|
default StartExpenseAnalysisRequest.Builder |
StartExpenseAnalysisRequest.Builder.documentLocation(Consumer<DocumentLocation.Builder> documentLocation)
The location of the document to be processed.
|
Copyright © 2023. All rights reserved.