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 Details

    • 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.