public static interface S3Object.Builder extends SdkPojo, CopyableBuilder<S3Object.Builder,S3Object>
Modifier and Type | Method and Description |
---|---|
S3Object.Builder |
bucket(String bucket)
The name of the S3 bucket.
|
S3Object.Builder |
name(String name)
The file name of the input document.
|
S3Object.Builder |
version(String version)
If the bucket has versioning enabled, you can specify the object version.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
S3Object.Builder bucket(String bucket)
The name of the S3 bucket.
bucket
- The name of the S3 bucket.S3Object.Builder name(String name)
The file name of the input document. Synchronous operations can use image files that are in JPEG or PNG format. Asynchronous operations also support PDF format files.
name
- The file name of the input document. Synchronous operations can use image files that are in JPEG or
PNG format. Asynchronous operations also support PDF format files.S3Object.Builder version(String version)
If the bucket has versioning enabled, you can specify the object version.
version
- If the bucket has versioning enabled, you can specify the object version.Copyright © 2020. All rights reserved.