public static interface File.Builder extends SdkPojo, CopyableBuilder<File.Builder,File>
| Modifier and Type | Method and Description |
|---|---|
File.Builder |
bucket(String bucket)
The name of the Amazon S3 bucket from which data is imported.
|
File.Builder |
key(String key)
The key of the Amazon S3 object that contains your data.
|
File.Builder |
versionId(String versionId)
The version ID to identify a specific version of the Amazon S3 object that contains your data.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFile.Builder bucket(String bucket)
The name of the Amazon S3 bucket from which data is imported.
bucket - The name of the Amazon S3 bucket from which data is imported.File.Builder key(String key)
The key of the Amazon S3 object that contains your data. Each object has a key that is a unique identifier. Each object has exactly one key.
key - The key of the Amazon S3 object that contains your data. Each object has a key that is a unique
identifier. Each object has exactly one key.File.Builder versionId(String versionId)
The version ID to identify a specific version of the Amazon S3 object that contains your data.
versionId - The version ID to identify a specific version of the Amazon S3 object that contains your data.Copyright © 2022. All rights reserved.