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(String accountId)
           
static ListUsageRecordsOptions accountInDomain(String account, String domainId)
           
static ListUsageRecordsOptions domainId(String 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,
                                                      String domainId)

domainId

public static ListUsageRecordsOptions domainId(String domainId)

accountId

public static ListUsageRecordsOptions accountId(String accountId)

keyword

public static ListUsageRecordsOptions keyword(String keyword)


Copyright © 2009-2013 jclouds. All Rights Reserved.