| Constructor and Description |
|---|
RemoteBuilder(String scheme,
String host,
int port) |
| Modifier and Type | Method and Description |
|---|---|
Remote |
build() |
Remote.RemoteBuilder |
withConnectTimeout(Duration connectTimeout) |
Remote.RemoteBuilder |
withPassword(String password) |
Remote.RemoteBuilder |
withPathPrefix(String pathPrefix) |
Remote.RemoteBuilder |
withSocketTimeout(Duration socketTimeout) |
Remote.RemoteBuilder |
withUsername(String username) |
public Remote.RemoteBuilder withPathPrefix(String pathPrefix)
public Remote.RemoteBuilder withUsername(String username)
public Remote.RemoteBuilder withPassword(String password)
public Remote.RemoteBuilder withSocketTimeout(Duration socketTimeout)
public Remote.RemoteBuilder withConnectTimeout(Duration connectTimeout)
public Remote build()
Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.