Interface DataSource.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<DataSource.Builder,,DataSource> SdkBuilder<DataSource.Builder,,DataSource> SdkPojo
- Enclosing class:
DataSource
public static interface DataSource.Builder
extends SdkPojo, CopyableBuilder<DataSource.Builder,DataSource>
-
Method Summary
Modifier and TypeMethodDescriptiondataLocation(String dataLocation) The path to the Amazon S3 bucket where the data that you want to upload to your dataset is stored.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
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/- Parameters:
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/- Returns:
- Returns a reference to this object so that method calls can be chained together.
-