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