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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DataSource.BuilderdataLocation(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
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
dataLocation
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. 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.
-
-