withName abstract method

LineDataSourceBuilder withName(
  1. String dataSourceName
)

Configures the builder to use the given name for data source.

  • dataSourceName Name of the created data source. Must be unique.

Returns LineDataSourceBuilder. This data source builder instance.

Implementation

LineDataSourceBuilder withName(String dataSourceName);