public interface DataSourceBuilder extends Buildable.Builder<DataSourceBuilder,DataSource>
DataSource object.| Modifier and Type | Method and Description |
|---|---|
DataSourceBuilder |
credentials(String user,
String password)
|
DataSourceBuilder |
description(String description)
|
DataSourceBuilder |
name(String name)
|
DataSourceBuilder |
type(String type)
|
DataSourceBuilder |
url(String url)
|
build, fromDataSourceBuilder description(String description)
description - the description of the data sourceDataSourceBuilder url(String url)
url - the URL of the data sourceDataSourceBuilder type(String type)
type - the type of the data sourceDataSourceBuilder name(String name)
name - the name of the data sourceDataSourceBuilder credentials(String user, String password)
user - username of the credentialspassword - password of the credentialsCopyright © 2017. All rights reserved.