org.jclouds.cloudstack.options
Class AccountInDomainOptions.Builder

java.lang.Object
  extended by org.jclouds.cloudstack.options.AccountInDomainOptions.Builder
Enclosing class:
AccountInDomainOptions

public static class AccountInDomainOptions.Builder
extends Object


Constructor Summary
AccountInDomainOptions.Builder()
           
 
Method Summary
static AccountInDomainOptions accountInDomain(String account, String domain)
           
static AccountInDomainOptions domainId(String domainId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AccountInDomainOptions.Builder

public AccountInDomainOptions.Builder()
Method Detail

accountInDomain

public static AccountInDomainOptions accountInDomain(String account,
                                                     String domain)
See Also:
AccountInDomainOptions.accountInDomain(java.lang.String, java.lang.String)

domainId

public static AccountInDomainOptions domainId(String domainId)
See Also:
AccountInDomainOptions.domainId(java.lang.String)


Copyright © 2009-2012 jclouds. All Rights Reserved.