public class URLBuilder extends Object
| Constructor and Description |
|---|
URLBuilder() |
| Modifier and Type | Method and Description |
|---|---|
LapisURL |
build() |
URLBuilder |
setDatabase(String database) |
URLBuilder |
setLocation(String location) |
URLBuilder |
setPort(Integer port) |
URLBuilder |
setUseSSL(Boolean useSSL) |
public URLBuilder setLocation(String location)
public URLBuilder setPort(Integer port)
public URLBuilder setDatabase(String database)
public URLBuilder setUseSSL(Boolean useSSL)
public LapisURL build()
Copyright © 2020. All rights reserved.