Package google.registry.bigquery
Class BigqueryConnection.Builder
java.lang.Object
google.registry.bigquery.BigqueryConnection.Builder
- Enclosing class:
BigqueryConnection
Builder for a
BigqueryConnection
, since the latter is immutable once created.-
Method Summary
Modifier and TypeMethodDescriptionbuild()
setDatasetId
(String datasetId) setExecutorService
(ExecutorService executorService) The BigqueryConnection takes ownership of thisExecutorService
and will shut it down when the BigqueryConnection is closed.setOverwrite
(boolean overwrite) setPollInterval
(org.joda.time.Duration pollInterval)
-
Method Details
-
setExecutorService
The BigqueryConnection takes ownership of thisExecutorService
and will shut it down when the BigqueryConnection is closed. -
setDatasetId
-
setOverwrite
-
setPollInterval
-
build
-