withName abstract method

PointDataSourceBuilder 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 PointDataSourceBuilder. This data source builder instance.

Implementation

PointDataSourceBuilder withName(String dataSourceName);