| Package | Description |
|---|---|
| software.amazon.awssdk.services.textract.model |
| Modifier and Type | Method and Description |
|---|---|
S3Object.Builder |
S3Object.Builder.bucket(String bucket)
The name of the S3 bucket.
|
static S3Object.Builder |
S3Object.builder() |
S3Object.Builder |
S3Object.Builder.name(String name)
The file name of the input document.
|
S3Object.Builder |
S3Object.toBuilder() |
S3Object.Builder |
S3Object.Builder.version(String version)
If the bucket has versioning enabled, you can specify the object version.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends S3Object.Builder> |
S3Object.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DocumentLocation.Builder |
DocumentLocation.Builder.s3Object(Consumer<S3Object.Builder> s3Object)
The Amazon S3 bucket that contains the input document.
|
default Document.Builder |
Document.Builder.s3Object(Consumer<S3Object.Builder> s3Object)
Identifies an S3 object as the document source.
|
Copyright © 2023. All rights reserved.