org.jclouds.openstack.swift.options
Class ListContainerOptions.Builder
java.lang.Object
org.jclouds.openstack.swift.options.ListContainerOptions.Builder
- Enclosing class:
- ListContainerOptions
public static class ListContainerOptions.Builder
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ListContainerOptions.Builder
public ListContainerOptions.Builder()
afterMarker
public static ListContainerOptions afterMarker(String marker)
- See Also:
ListContainerOptions.afterMarker(String)
maxResults
public static ListContainerOptions maxResults(int limit)
- See Also:
ListContainerOptions#limit(int)
withPrefix
public static ListContainerOptions withPrefix(String prefix)
- See Also:
ListContainerOptions.withPrefix(String)
underPath
public static ListContainerOptions underPath(String path)
- See Also:
ListContainerOptions#withPath(String)
Copyright © 2009-2011 jclouds. All Rights Reserved.