org.jclouds.glesys.domain
Class Server.Builder
java.lang.Object
org.jclouds.glesys.domain.Server.Builder
- Direct Known Subclasses:
- ServerDetails.Builder
- Enclosing class:
- Server
public static class Server.Builder
- 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()
id
public Server.Builder id(String id)
hostname
public Server.Builder hostname(String hostname)
datacenter
public Server.Builder datacenter(String datacenter)
platform
public Server.Builder platform(String platform)
build
public Server build()
fromServer
public Server.Builder fromServer(Server in)
Copyright © 2009-2012 jclouds. All Rights Reserved.