public static interface InputS3Object.Builder extends SdkPojo, CopyableBuilder<InputS3Object.Builder,InputS3Object>
| Modifier and Type | Method and Description |
|---|---|
InputS3Object.Builder |
bucket(String bucket)
The Amazon S3 bucket that contains the manifest.
|
InputS3Object.Builder |
key(String key)
The name and location of the manifest file withiin the bucket.
|
InputS3Object.Builder |
versionId(String versionId)
The version ID of the bucket.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildInputS3Object.Builder bucket(String bucket)
The Amazon S3 bucket that contains the manifest.
bucket - The Amazon S3 bucket that contains the manifest.InputS3Object.Builder key(String key)
The name and location of the manifest file withiin the bucket.
key - The name and location of the manifest file withiin the bucket.InputS3Object.Builder versionId(String versionId)
The version ID of the bucket.
versionId - The version ID of the bucket.Copyright © 2023. All rights reserved.