org.jclouds.cloudstack.options
Class ListUsageRecordsOptions.Builder

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

public static class ListUsageRecordsOptions.Builder
extends Object


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

Constructor Detail

ListUsageRecordsOptions.Builder

public ListUsageRecordsOptions.Builder()
Method Detail

accountInDomain

public static ListUsageRecordsOptions accountInDomain(String account,
                                                      long domainId)

domainId

public static ListUsageRecordsOptions domainId(long domainId)

accountId

public static ListUsageRecordsOptions accountId(long accountId)

keyword

public static ListUsageRecordsOptions keyword(String keyword)


Copyright © 2009-2012 jclouds. All Rights Reserved.