org.jclouds.glesys.domain
Class Server.Builder<T extends Server.Builder<T>>
java.lang.Object
org.jclouds.glesys.domain.Server.Builder<T>
- Direct Known Subclasses:
- ServerDetails.Builder
- Enclosing class:
- Server
public abstract static class Server.Builder<T extends Server.Builder<T>>
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
id
protected String id
hostname
protected String hostname
datacenter
protected String datacenter
platform
protected String platform
Server.Builder
public Server.Builder()
self
protected abstract T self()
id
public T id(String id)
- See Also:
Server.getId()
hostname
public T hostname(String hostname)
- See Also:
Server.getHostname()
datacenter
public T datacenter(String datacenter)
- See Also:
Server.getDatacenter()
platform
public T platform(String platform)
- See Also:
Server.getPlatform()
build
public Server build()
fromServer
public T fromServer(Server in)
Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.