public static interface DataSource.Builder extends SdkPojo, CopyableBuilder<DataSource.Builder,DataSource>
| Modifier and Type | Method and Description |
|---|---|
DataSource.Builder |
dataLocation(String dataLocation)
The path to the Amazon S3 bucket where the data that you want to upload to your dataset is stored.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDataSource.Builder dataLocation(String dataLocation)
The path to the Amazon S3 bucket where the data that you want to upload to your dataset is stored. For example:
s3://bucket-name/folder-name/
dataLocation - The path to the Amazon S3 bucket where the data that you want to upload to your dataset is stored. For
example:
s3://bucket-name/folder-name/
Copyright © 2022. All rights reserved.