public static interface S3InputFileLocation.Builder extends SdkPojo, CopyableBuilder<S3InputFileLocation.Builder,S3InputFileLocation>
| Modifier and Type | Method and Description |
|---|---|
S3InputFileLocation.Builder |
bucket(String bucket)
Specifies the S3 bucket for the customer input file.
|
S3InputFileLocation.Builder |
key(String key)
The name assigned to the file when it was created in Amazon S3.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildS3InputFileLocation.Builder bucket(String bucket)
Specifies the S3 bucket for the customer input file.
bucket - Specifies the S3 bucket for the customer input file.S3InputFileLocation.Builder key(String key)
The name assigned to the file when it was created in Amazon S3. You use the object key to retrieve the object.
key - The name assigned to the file when it was created in Amazon S3. You use the object key to retrieve the
object.Copyright © 2023. All rights reserved.