Interface ImportDataSource.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ImportDataSource.Builder,ImportDataSource>, SdkBuilder<ImportDataSource.Builder,ImportDataSource>, SdkPojo
Enclosing class:
ImportDataSource

public static interface ImportDataSource.Builder extends SdkPojo, CopyableBuilder<ImportDataSource.Builder,ImportDataSource>
  • 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: