Interface ImportDataSourceConfig.Builder

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

public static interface ImportDataSourceConfig.Builder extends SdkPojo, CopyableBuilder<ImportDataSourceConfig.Builder,ImportDataSourceConfig>
  • Method Details

    • dataSourceUrl

      ImportDataSourceConfig.Builder dataSourceUrl(String dataSourceUrl)

      The URL from which source data will be downloaded for the import request.

      Parameters:
      dataSourceUrl - The URL from which source data will be downloaded for the import request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.