public static interface S3Location.Builder extends SdkPojo, CopyableBuilder<S3Location.Builder,S3Location>
| Modifier and Type | Method and Description |
|---|---|
S3Location.Builder |
bucket(String bucket)
The name of the S3 bucket.
|
S3Location.Builder |
key(String key)
The path of the folder, within the S3 bucket that contains the Dataset.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildS3Location.Builder bucket(String bucket)
The name of the S3 bucket.
bucket - The name of the S3 bucket.S3Location.Builder key(String key)
The path of the folder, within the S3 bucket that contains the Dataset.
key - The path of the folder, within the S3 bucket that contains the Dataset.Copyright © 2023. All rights reserved.