public abstract static class Server.Builder<T extends Server.Builder<T>> extends Object
| Modifier and Type | Field and Description | 
|---|---|
protected String | 
datacenter  | 
protected String | 
hostname  | 
protected String | 
id  | 
protected String | 
platform  | 
| Constructor and Description | 
|---|
Server.Builder()  | 
protected String id
protected String hostname
protected String datacenter
protected String platform
protected abstract T self()
public T id(String id)
Server.getId()public T hostname(String hostname)
Server.getHostname()public T datacenter(String datacenter)
Server.getDatacenter()public T platform(String platform)
Server.getPlatform()public Server build()
Copyright © 2009-2013 jclouds. All Rights Reserved.