Class Console.Builder<T extends Console.Builder<T>>
- java.lang.Object
-
- org.jclouds.openstack.nova.v2_0.domain.Console.Builder<T>
-
-
Field Summary
Fields Modifier and Type Field Description protected Console.Type
type
protected URI
url
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description Console
build()
T
fromConsole(Console in)
protected abstract T
self()
T
type(Console.Type type)
T
url(URI url)
-
-
-
Field Detail
-
url
protected URI url
-
type
protected Console.Type type
-
-
Method Detail
-
self
protected abstract T self()
-
url
public T url(URI url)
- See Also:
Console.getUrl()
-
type
public T type(Console.Type type)
- See Also:
Console.getType()
-
build
public Console build()
-
-