Package org.jclouds.glesys.domain
Class Console.Builder<T extends Console.Builder<T>>
- java.lang.Object
-
- org.jclouds.glesys.domain.Console.Builder<T>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
-
-
Method Detail
-
self
protected abstract T self()
-
host
public T host(String host)
- See Also:
Console.getHost()
-
port
public T port(int port)
- See Also:
Console.getPort()
-
protocol
public T protocol(String protocol)
- See Also:
Console.getProtocol()
-
password
public T password(String password)
- See Also:
Console.getPassword()
-
build
public Console build()
-
-