| Package | Description |
|---|---|
| software.amazon.awssdk.services.textract.model |
| Modifier and Type | Method and Description |
|---|---|
static OutputConfig.Builder |
OutputConfig.builder() |
OutputConfig.Builder |
OutputConfig.Builder.s3Bucket(String s3Bucket)
The name of the bucket your output will go to.
|
OutputConfig.Builder |
OutputConfig.Builder.s3Prefix(String s3Prefix)
The prefix of the object key that the output will be saved to.
|
OutputConfig.Builder |
OutputConfig.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends OutputConfig.Builder> |
OutputConfig.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default StartLendingAnalysisRequest.Builder |
StartLendingAnalysisRequest.Builder.outputConfig(Consumer<OutputConfig.Builder> outputConfig)
Sets the value of the OutputConfig property for this object.
|
default StartDocumentTextDetectionRequest.Builder |
StartDocumentTextDetectionRequest.Builder.outputConfig(Consumer<OutputConfig.Builder> outputConfig)
Sets if the output will go to a customer defined bucket.
|
default StartDocumentAnalysisRequest.Builder |
StartDocumentAnalysisRequest.Builder.outputConfig(Consumer<OutputConfig.Builder> outputConfig)
Sets if the output will go to a customer defined bucket.
|
default StartExpenseAnalysisRequest.Builder |
StartExpenseAnalysisRequest.Builder.outputConfig(Consumer<OutputConfig.Builder> outputConfig)
Sets if the output will go to a customer defined bucket.
|
Copyright © 2023. All rights reserved.