Interface ImportDataSource.Builder

  • Method Details

    • s3Url

      An Amazon S3 URL in the format s3://<bucket_name>/<object>.

      Parameters:
      s3Url - An Amazon S3 URL in the format s3://<bucket_name>/<object>.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • dataFormat

      ImportDataSource.Builder dataFormat(String dataFormat)

      The data format of the import job's data source.

      Parameters:
      dataFormat - The data format of the import job's data source.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • dataFormat

      ImportDataSource.Builder dataFormat(DataFormat dataFormat)

      The data format of the import job's data source.

      Parameters:
      dataFormat - The data format of the import job's data source.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: