org.jclouds.cloudfiles.options
Class ListCdnContainerOptions.Builder

java.lang.Object
  extended by org.jclouds.cloudfiles.options.ListCdnContainerOptions.Builder
Enclosing class:
ListCdnContainerOptions

public static class ListCdnContainerOptions.Builder
extends Object


Constructor Summary
ListCdnContainerOptions.Builder()
           
 
Method Summary
static ListCdnContainerOptions afterMarker(String marker)
           
static ListCdnContainerOptions enabledOnly()
           
static ListCdnContainerOptions maxResults(int limit)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListCdnContainerOptions.Builder

public ListCdnContainerOptions.Builder()
Method Detail

enabledOnly

public static ListCdnContainerOptions enabledOnly()

afterMarker

public static ListCdnContainerOptions afterMarker(String marker)
See Also:
ListCdnContainerOptions.afterMarker(String)

maxResults

public static ListCdnContainerOptions maxResults(int limit)
See Also:
ListCdnContainerOptions#limit(int)


Copyright © 2009-2012 jclouds. All Rights Reserved.