org.jclouds.opsource.servers.domain
Class DeployedServersList.Builder

java.lang.Object
  extended by org.jclouds.opsource.servers.domain.DeployedServersList.Builder
Enclosing class:
DeployedServersList

public static class DeployedServersList.Builder
extends Object


Constructor Summary
DeployedServersList.Builder()
           
 
Method Summary
 DeployedServersList build()
           
 DeployedServersList.Builder deployedServer(DeployedServer deployedServer)
           
 DeployedServersList.Builder deployedServers(Set<DeployedServer> deployedServers)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeployedServersList.Builder

public DeployedServersList.Builder()
Method Detail

deployedServers

public DeployedServersList.Builder deployedServers(Set<DeployedServer> deployedServers)

deployedServer

public DeployedServersList.Builder deployedServer(DeployedServer deployedServer)

build

public DeployedServersList build()


Copyright © 2009-2012 jclouds. All Rights Reserved.