Class ListCDNContainerOptions.Builder
- java.lang.Object
-
- org.jclouds.rackspace.cloudfiles.v1.options.ListCDNContainerOptions.Builder
-
- Enclosing class:
- ListCDNContainerOptions
public static class ListCDNContainerOptions.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ListCDNContainerOptions
endMarker(String endMarker)
static ListCDNContainerOptions
limit(int limit)
static ListCDNContainerOptions
marker(String marker)
-
-
-
Method Detail
-
limit
public static ListCDNContainerOptions limit(int limit)
- See Also:
ListCDNContainerOptions.limit(int)
-
marker
public static ListCDNContainerOptions marker(String marker)
-
endMarker
public static ListCDNContainerOptions endMarker(String endMarker)
-
-